Projet

Général

Profil

0001-style-force-select2-in-grid-to-take-available-width-.patch

Frédéric Péters, 12 décembre 2018 12:24

Télécharger (661 octets)

Voir les différences:

Subject: [PATCH] style: force select2 in grid to take available width (#28923)

 static/includes/_grid.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_grid.scss
22 22
	}
23 23
	.select2-container {
24 24
		min-width: auto;
25
		width: 100% !important;
25 26
	}
26 27
	&.newline {
27 28
		clear: both;
28
-