mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
style: update button group class for improved layout in NotificationAgents.page and default-base.css
- Changed the class from 'button-group' to 'buttons-spaced' in NotificationAgents.page for better spacing. - Updated the corresponding CSS class in default-base.css to maintain consistent styling.
This commit is contained in:
@@ -198,7 +198,7 @@ a.button,
|
||||
|
||||
/* necessary evil until we re-write button styles */
|
||||
.buttons-no-margin,
|
||||
.button-group {
|
||||
.buttons-spaced {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1.2rem;
|
||||
|
||||
Reference in New Issue
Block a user