From 4027eca050bb435d93152dc6dde0b8babda2223e Mon Sep 17 00:00:00 2001 From: Vladimir Barkasov Date: Sat, 1 Feb 2020 21:25:30 +0700 Subject: [PATCH] Fix details info in droppable cell --- src/apps/callflows/style/app.css | 2 ++ src/apps/callflows/views/node.html | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/callflows/style/app.css b/src/apps/callflows/style/app.css index 8c04a99..39e440b 100644 --- a/src/apps/callflows/style/app.css +++ b/src/apps/callflows/style/app.css @@ -449,6 +449,8 @@ font-size: 10px; overflow: hidden; color: white; + text-overflow: ellipsis; + padding: 0 8px; } .dialog_popup.callflow-preview { diff --git a/src/apps/callflows/views/node.html b/src/apps/callflows/views/node.html index 8fa599b..b843b21 100644 --- a/src/apps/callflows/views/node.html +++ b/src/apps/callflows/views/node.html @@ -1,18 +1,16 @@
-
+
{{ callflow.name }}
-
-
{{#compare callflow.name '===' "Callflow"}} -
+ {{else}} -
{{ node.caption }}
+
{{ node.caption }}
{{/compare}}