dashboard: add card padding to live indicator; fix ? button vertical position

Replaces padding-right-only with full padding (0.55rem top/bottom, 0.7rem
left, 1.8rem right). The top padding gives the absolute-positioned ? button
a proper anchor and stops it sitting too low against the text.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 16:42:00 +01:00
parent 38e75a0a9b
commit 28e88e23cb
4 changed files with 5 additions and 5 deletions

View File

@@ -364,9 +364,9 @@ if (escalated.length > 0) {
.live-indicator {
font-size: 0.8rem;
color: gray;
margin-bottom: 0.75rem;
position: relative;
padding-right: 1.6rem;
padding: 0.55rem 1.8rem 0.55rem 0.7rem;
margin-bottom: 0.75rem;
}
/* ── KPI infobox ──────────────────────────────────────────────────────────── */