Projet

Général

Profil

0001-style-make-select2-widgets-respect-grid-37679.patch

Frédéric Péters, 20 octobre 2020 08:52

Télécharger (844 octets)

Voir les différences:

Subject: [PATCH] style: make select2 widgets respect grid (#37679)

 gadjo/static/css/_grid.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/_grid.scss
38 38
			table, textarea, select, input[type=text], input[type=password], input[type=email] {
39 39
				width: 100%;
40 40
			}
41
			.select2-container {
42
				min-width: auto;
43
				width: 100% !important;
44
			}
41 45
		}
42 46
		body div + div.grid-#{$j}-#{$i}, /* more specific than & + div above*/
43 47
		div div.grid-#{$j}-#{$i} {
44
-