mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 06:59:56 -06:00
- Removed the fixed max-width property from the select element to allow for more flexible layout. - This change aligns with ongoing efforts to enhance visual structure and consistency across the plugin.
9 lines
119 B
CSS
9 lines
119 B
CSS
span#dropbox {
|
|
margin-right: 20px;
|
|
}
|
|
i.top {
|
|
position: relative;
|
|
padding-left: 4px;
|
|
cursor: pointer;
|
|
}
|