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