1.7 KiB
1.7 KiB
id, title, status, type, team, supporting_teams, roadmap_item, priority
| id | title | status | type | team | supporting_teams | roadmap_item | priority | |
|---|---|---|---|---|---|---|---|---|
| TASK-244 | Match countdown label width to section eyebrow | done | frontend | Frontend Senior |
|
foundation | low |
TASK-244 - Match countdown label width to section eyebrow
Goal
Make the countdown label capsule keep the section eyebrow appearance without stretching to full width.
Context
The countdown text already reused the same visual component as SERVIDORES PUBLICOS, but its wrapper was still stretching across the full width of the countdown container because the parent is a vertical flex layout.
Steps
- Reviewed the countdown wrapper and the section eyebrow pattern.
- Constrained the countdown label wrapper to its content width.
- Rechecked that the counter remains below the label and no duplicate title returns.
Files to Read First
AGENTS.mdai/architecture-index.mdai/repo-context.mdfrontend/index.htmlfrontend/assets/css/styles.css
Expected Files to Modify
frontend/assets/css/styles.css
Constraints
- No backend changes.
- No asset or image changes.
- No countdown logic changes.
- No navigation changes.
Validation
- Confirm the label no longer uses full-width layout.
- Confirm it still uses the same section eyebrow pattern.
- Confirm
Objetivo:does not return. - Confirm the counter stays below the label.
- Review
git diff --name-only.
Outcome
- The countdown label wrapper now uses left-aligned content width instead of stretching across the panel.
- The visible capsule remains the same shared eyebrow component as the
SERVIDORES PUBLICOSsection.
Change Budget
- One CSS-only adjustment plus task documentation.