Projet

Général

Profil

0001-scss-don-t-force-min-width-on-grid-ed-select2-25231.patch

Frédéric Péters, 18 septembre 2018 12:51

Télécharger (731 octets)

Voir les différences:

Subject: [PATCH] scss: don't force min-width on grid'ed select2 (#25231)

 static/includes/_grid.scss | 3 +++
 1 file changed, 3 insertions(+)
static/includes/_grid.scss
20 20
	textarea, select, input[type=text], input[type=password], input[type=email] {
21 21
		width: 100%;
22 22
	}
23
	.select2-container {
24
		min-width: auto;
25
	}
23 26
	&.newline {
24 27
		clear: both;
25 28
	}
26
-