FIX combo value not visible with smartphone for multiselect

This commit is contained in:
Laurent Destailleur
2023-10-06 20:10:52 +02:00
parent f4166de704
commit 974844f442

View File

@@ -1732,11 +1732,11 @@ maxscreenheightless200 {
.minwidth500imp { min-width: 250px !important; }
}
select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusx {
width: calc(100% - 52px) !important;
display: inline-block;
}
select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusxx {
width: calc(100% - 70px) !important;
display: inline-block;
}