fix: add spacing below dismiss alert on Runtime page
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m20s
CI / deploy (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / deploy-feature (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-12 16:58:01 +02:00
parent be96336974
commit c10d207d98
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
background: var(--bg-body);
}
/* Dismiss alert */
.dismissAlert { margin-bottom: 20px; }
/* Stat strip */
.statStrip {
display: grid;