Fix controls bar alignment in dashboard pages

Change align-items from center to stretch so control groups
of varying heights align at top and bottom instead of floating.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-04 20:28:02 +00:00
parent abc51a0dad
commit 675a3cdbfb
2 changed files with 2 additions and 2 deletions

View File

@@ -755,7 +755,7 @@ body {
grid-column: 1 / -1;
grid-row: 2;
display: flex;
align-items: center;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
padding: 8px 15px;