Projet

Général

Profil

0001-css-wrap-long-words-in-side-bar-32936.patch

Frédéric Péters, 09 mai 2019 14:01

Télécharger (706 octets)

Voir les différences:

Subject: [PATCH] css: wrap long words in side bar (#32936)

 gadjo/static/css/gadjo.scss | 1 +
 1 file changed, 1 insertion(+)
gadjo/static/css/gadjo.scss
404 404
	padding: 0 1rem;
405 405
	background: white;
406 406
	max-width: 24rem;
407
	word-wrap: break-word;
407 408
	@media screen and (max-width: $mobile-limit) {
408 409
		width: auto;
409 410
		max-width: 100%;
410
-