From 06645706079da6a25272188a9a2b959605b3362d Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Thu, 30 Jul 2026 15:37:16 +0200 Subject: [PATCH] fix(dataflow): keep node labels visible --- webui/src/styles/dataflow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }