Projet

Général

Profil

0001-mobile-adjust-breadcrumb-max-width-to-be-kept-within.patch

Frédéric Péters, 17 juillet 2018 20:36

Télécharger (739 octets)

Voir les différences:

Subject: [PATCH] mobile: adjust breadcrumb max width to be kept within screen
 width (#25324)

 gadjo/static/css/gadjo.scss | 1 +
 1 file changed, 1 insertion(+)
gadjo/static/css/gadjo.scss
131 131
	z-index: 100;
132 132
	max-width: 80%;
133 133
	width: 80%;
134
	max-width: calc(100% - #{$header-height} - 21px);
134 135
	white-space: nowrap;
135 136
	overflow: hidden;
136 137
	text-overflow: ellipsis;
137
-