diff --git a/webui/src/styles/dataflow.css b/webui/src/styles/dataflow.css index 64083ad..5fd8461 100644 --- a/webui/src/styles/dataflow.css +++ b/webui/src/styles/dataflow.css @@ -620,7 +620,7 @@ .dataflow-node-copy strong, .dataflow-node-copy small { display: block; - overflow: hidden; + overflow: visible; text-overflow: ellipsis; white-space: nowrap; }