fix(dataflow): keep node labels visible
This commit is contained in:
@@ -620,7 +620,7 @@
|
||||
.dataflow-node-copy strong,
|
||||
.dataflow-node-copy small {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user