mirror of
https://github.com/unraid/webgui.git
synced 2026-02-26 20:29:46 -06:00
fix: enhance layout consistency in default-base.css
- Added overflow-x: auto to dd elements for improved handling of overflow content. - This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
@@ -1513,6 +1513,7 @@ dt {
|
||||
dd {
|
||||
margin: 0;
|
||||
white-space: normal;
|
||||
overflow-x: auto;
|
||||
|
||||
p {
|
||||
margin: 0 0 4px 0;
|
||||
|
||||
Reference in New Issue
Block a user