Skip to content

Commit

Permalink
FIX combo value not visible with smartphone for multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 6, 2023
1 parent f4166de commit f74a4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/theme/eldy/global.inc.php
Expand Up @@ -1732,11 +1732,11 @@
.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;
}
Expand Down

0 comments on commit f74a4c9

Please sign in to comment.