fix(FN-4190): allow deferred tracking helper text to wrap
Fusion-Task-Id: FN-4190 Fusion-Task-Lineage: 5d94a4ad-32fb-4d20-8d04-5d757619f104
This commit is contained in:
@@ -582,6 +582,14 @@
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
.detail-github-tracking-helper {
|
||||
display: block;
|
||||
color: var(--text-muted);
|
||||
line-height: 1.4;
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.detail-github-tracking-repo-row {
|
||||
display: flex;
|
||||
gap: var(--space-sm);
|
||||
|
||||
Reference in New Issue
Block a user