feat(FN-5162): merge fusion/fn-5162
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user