diff --git a/gadjo/static/css/_grid.scss b/gadjo/static/css/_grid.scss index df4684d..5a933e9 100644 --- a/gadjo/static/css/_grid.scss +++ b/gadjo/static/css/_grid.scss @@ -38,6 +38,10 @@ div.grid { table, textarea, select, input[type=text], input[type=password], input[type=email] { width: 100%; } + .select2-container { + min-width: auto; + width: 100% !important; + } } body div + div.grid-#{$j}-#{$i}, /* more specific than & + div above*/ div div.grid-#{$j}-#{$i} {