diff --git a/state-hub/dashboard/src/decisions.md b/state-hub/dashboard/src/decisions.md index 4bb54a4..c9dba84 100644 --- a/state-hub/dashboard/src/decisions.md +++ b/state-hub/dashboard/src/decisions.md @@ -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 ──────────────────────────────────────────────────────────── */ diff --git a/state-hub/dashboard/src/index.md b/state-hub/dashboard/src/index.md index 10c9fa9..cb7698a 100644 --- a/state-hub/dashboard/src/index.md +++ b/state-hub/dashboard/src/index.md @@ -400,7 +400,7 @@ display(Inputs.table((summary.recent_progress ?? []).map(e => ({ ``` diff --git a/state-hub/dashboard/src/workstreams.md b/state-hub/dashboard/src/workstreams.md index 7031b9a..371a87a 100644 --- a/state-hub/dashboard/src/workstreams.md +++ b/state-hub/dashboard/src/workstreams.md @@ -150,7 +150,7 @@ if (wsWithDeps.length === 0) { ```