feat(FN-4206): complete Step 1 — fix name node shrink/wrapping
Fusion-Task-Id: FN-4206 Fusion-Task-Lineage: d8ba8e5c-5fcb-4980-9387-ee24fa7ce796
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
flex-wrap: wrap;
|
||||
gap: var(--space-xs);
|
||||
min-width: 0;
|
||||
word-break: break-word;
|
||||
font-weight: 600;
|
||||
font-size: calc(var(--space-md) + var(--space-xs) * 0.5);
|
||||
color: var(--text);
|
||||
@@ -183,7 +184,9 @@
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--space-xs);
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
word-break: break-word;
|
||||
font-weight: 600;
|
||||
font-size: calc(var(--space-md) + var(--space-xs) * 0.5);
|
||||
color: var(--text);
|
||||
@@ -406,6 +409,7 @@
|
||||
|
||||
.workflow-output-modal-name {
|
||||
min-width: 0;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
font-weight: 600;
|
||||
font-size: calc(var(--space-md) + var(--space-xs) * 0.5);
|
||||
|
||||
Reference in New Issue
Block a user