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:
Zack Spear
2025-05-20 14:54:42 -07:00
parent 14ea7f5ebf
commit e70226d51f
@@ -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;
}