fix: enhance layout consistency in default-base.css

- Added a new selector for .ui-dropdownchecklist-selector-wrapper to maintain consistent max-width styling across form elements.
- This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
Zack Spear
2025-05-21 17:26:16 -07:00
parent 77fb3233b6
commit 03ce3a7368
@@ -1553,7 +1553,8 @@ dd {
input:not([class*="narrow"]),
textarea,
.textarea,
select {
select,
.ui-dropdownchecklist-selector-wrapper {
max-width: 400px;
}
}