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:
@@ -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 ──────────────────────────────────────────────────────────── */
|
||||
|
||||
Reference in New Issue
Block a user