723 B
723 B
id, title, status, assignee, created_date, labels, dependencies, references, priority
| id | title | status | assignee | created_date | labels | dependencies | references | priority | |
|---|---|---|---|---|---|---|---|---|---|
| ML-58 | Standardize page header top margin | Done | 2026-04-20 08:54 |
|
medium |
Description
GitHub: created 2026-03-16 · updated 2026-03-16 · closed 2026-03-16
Problem
Page-level section headers use inconsistent top margins:
- Stats sections:
mt-5(stats_live/index.ex:20) - Maintenance:
mt-2(maintenance_live/index.ex:21) - TopByPeriod: no margin (
stats_live/top_by_period.ex:23)
Suggestion
Pick a standard margin (e.g. mt-5) for all page-level h1 section headers.