mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 11:50:41 -05:00
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:
@@ -1553,7 +1553,8 @@ dd {
|
||||
input:not([class*="narrow"]),
|
||||
textarea,
|
||||
.textarea,
|
||||
select {
|
||||
select,
|
||||
.ui-dropdownchecklist-selector-wrapper {
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user