Improves calendar header spacing.
Adds padding to the calendar header for better visual appearance.
This commit is contained in:
parent
8ca49037e9
commit
7a79297854
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ swp-calendar-header {
|
|||
grid-auto-rows: var(--single-row-height);
|
||||
/* Each row is exactly SINGLE_ROW_HEIGHT */
|
||||
gap: 2px 0px;
|
||||
padding: 0px;
|
||||
padding: 2px 0px 5px 0px;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue