CSS Files fixes

This commit is contained in:
jose.gonzalez@pandorafms.com 2022-11-15 08:24:15 +01:00
parent 15b9acf9d8
commit a0612485f8
1 changed files with 1 additions and 4 deletions

View File

@ -9588,6 +9588,7 @@ tr.bring_next_field {
position: relative; position: relative;
vertical-align: middle; vertical-align: middle;
text-align: left; text-align: left;
min-width: 150px !important;
} }
.select2-container .select2-selection--single { .select2-container .select2-selection--single {
@ -9691,10 +9692,6 @@ tr.bring_next_field {
width: 20px; width: 20px;
} }
.select2-container {
min-width: 150px !important;
}
.select2-container--default.select2-container--focus .select2-container--default.select2-container--focus
> .selection > .selection
> .select2-selection--single { > .select2-selection--single {