feat(FN-5162): merge fusion/fn-5162

This commit is contained in:
gsxdsm
2026-05-19 11:14:49 -07:00
parent d467725c74
commit 71a2ea1954
4 changed files with 129 additions and 1 deletions

View File

@@ -63,7 +63,10 @@
.card-header {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
row-gap: var(--space-xs);
min-width: 0;
margin-bottom: var(--space-xs);
}
@@ -160,6 +163,10 @@
.card-no-commits-expected-badge {
display: inline-flex;
align-items: center;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 0.625rem;
font-weight: 600;
line-height: 1;
@@ -598,6 +605,10 @@
.card-agent-created-badge {
display: inline-flex;
align-items: center;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
gap: var(--space-xs);
font-size: 0.625rem;
font-weight: 600;