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 @@