fix(dashboard): anchor TaskCard footer chip cluster via :first-of-type rule

- Add the footer row selector expected by the board-mobile layout test
- Keep the time indicator chip cluster aligned to the right edge of the card footer
This commit is contained in:
gsxdsm
2026-05-19 19:46:35 -07:00
parent 6f266f9d1e
commit 5761b65167

View File

@@ -718,6 +718,10 @@
align-items: center;
}
.card-footer-row > .card-time-indicator:first-of-type {
margin-left: auto;
}
.card-time-indicator,
.card-github-tracking-chip,
.card-retry-badge,