feat(FN-5210): wrap TaskCard footer chip cluster for mobile
Wraps the TaskCard footer chip cluster with CSS changes to prevent layout overflow, backed by a new regression test file and updated board-mobile tests registered in the curated dashboard test gate. Fusion-Task-Id: FN-5210
This commit is contained in:
committed by
gsxdsm
parent
c047b25654
commit
35112e6070
@@ -656,9 +656,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-sm);
|
||||
row-gap: var(--space-xs);
|
||||
margin-top: var(--space-sm);
|
||||
min-width: 0;
|
||||
flex-wrap: nowrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.card-session-files {
|
||||
@@ -708,9 +709,11 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-sm);
|
||||
row-gap: var(--space-xs);
|
||||
justify-content: flex-end;
|
||||
margin-left: auto;
|
||||
min-width: 0;
|
||||
flex-wrap: nowrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.card-source-provenance .provider-icon {
|
||||
@@ -1318,6 +1321,7 @@
|
||||
.card-footer-row {
|
||||
margin-top: var(--space-xs);
|
||||
gap: var(--space-xs);
|
||||
row-gap: var(--space-xs);
|
||||
}
|
||||
|
||||
.card-time-indicator,
|
||||
|
||||
Reference in New Issue
Block a user