fix(FN-4168): make stalled-review reason readable on narrow cards
Fusion-Task-Id: FN-4168 Fusion-Task-Lineage: 781ffc66-cb1c-42b9-85e1-e5cbe0655863
This commit is contained in:
@@ -168,8 +168,12 @@
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
white-space: normal;
|
||||||
white-space: nowrap;
|
word-break: break-word;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-status-badge.paused {
|
.card-status-badge.paused {
|
||||||
@@ -1195,6 +1199,8 @@
|
|||||||
|
|
||||||
.card-stalled-review-reason {
|
.card-stalled-review-reason {
|
||||||
font-size: 0.625rem;
|
font-size: 0.625rem;
|
||||||
|
-webkit-line-clamp: 3;
|
||||||
|
line-clamp: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-mission-badge {
|
.card-mission-badge {
|
||||||
|
|||||||
Reference in New Issue
Block a user