fix: Fix dashboard legends being left-aligned to centered again

This commit is contained in:
jamesread 2025-11-26 22:38:45 +00:00
parent 55d8f75d1b
commit b47cf7cab3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ legend {
text-align: center; text-align: center;
padding: 1em; padding: 1em;
padding-top: 1.5em; padding-top: 1.5em;
width: 100%;
} }
section { section {