fix(dataflow): keep node labels visible

This commit is contained in:
2026-07-30 15:37:16 +02:00
parent 5af02933ef
commit 0664570607
+1 -1
View File
@@ -620,7 +620,7 @@
.dataflow-node-copy strong, .dataflow-node-copy strong,
.dataflow-node-copy small { .dataflow-node-copy small {
display: block; display: block;
overflow: hidden; overflow: visible;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }