diff --git a/htdocs/custom/oblyon/CHANGELOG.md b/htdocs/custom/oblyon/CHANGELOG.md index 9ea8793..49c00c8 100644 --- a/htdocs/custom/oblyon/CHANGELOG.md +++ b/htdocs/custom/oblyon/CHANGELOG.md @@ -3,6 +3,7 @@ ### Version 2.2.10 - Compatibility 14.0.x - 19-alpha (2023/09/12) - NEW Add option to access directly in project list when you click in menu (PROJECT_FORCE_LIST_ACCESS) - NEW Add option to show reconciliation link in menu bank (OBLYON_ENABLE_MENU_BANK_RECONCILIATE) +- Fix CSS #133 - Category Pup-Up don't show existing categories in DB v18 ### Version 2.2.9 - Compatibility 14.0.x - 19-alpha (2023/09/01) - NEW Add option to switch select column to the left (MAIN_CHECKBOX_LEFT_COLUMN) diff --git a/htdocs/theme/oblyon/global.inc.php b/htdocs/theme/oblyon/global.inc.php index 2ce6efe..6ea972f 100644 --- a/htdocs/theme/oblyon/global.inc.php +++ b/htdocs/theme/oblyon/global.inc.php @@ -2160,7 +2160,7 @@ } select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx { - width: calc(100% - 52px) !important; + /* width: calc(100% - 52px) !important; */ display: inline-block; } select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {