mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 07:10:52 -05:00
style: update Notifications.css for improved layout clarity
- 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.
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
select.a {
|
||||
min-width: 220px;
|
||||
}
|
||||
input.a {
|
||||
width: 220px;
|
||||
}
|
||||
span.a {
|
||||
.notifications-checkbox-group-title {
|
||||
display: inline-block;
|
||||
width: 220px;
|
||||
width: 150px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user