mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 06:30:10 -06:00
- Adjusted the width of the notifications checkbox group title from 220px to 150px for better visual structure. - This change aligns with ongoing efforts to refine input guidance and visual consistency across the plugin.
6 lines
109 B
CSS
6 lines
109 B
CSS
.notifications-checkbox-group-title {
|
|
display: inline-block;
|
|
width: 150px;
|
|
font-style: italic;
|
|
}
|