style: make select2 widgets respect grid (#37679)

This commit is contained in:
Frédéric Péters 2020-10-20 08:36:42 +02:00 committed by Thomas NOEL
parent dba16f9b39
commit 3fd49092fa
1 changed files with 4 additions and 0 deletions

View File

@ -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} {