From 17ef9cfc22e72d80da35bd000c085b6a1314e11b Mon Sep 17 00:00:00 2001 From: Timothy Harrison Date: Tue, 24 Sep 2024 12:14:20 +0800 Subject: [PATCH] fix arrow misalignment in callflows. --- src/apps/callflows/style/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/callflows/style/app.css b/src/apps/callflows/style/app.css index 20f5b33..189e81f 100644 --- a/src/apps/callflows/style/app.css +++ b/src/apps/callflows/style/app.css @@ -364,6 +364,7 @@ #ws_callflow .children > .child > .span_arrow.small, .callflow-preview .children > .child > .span_arrow.small { height: 31px; + width: 100px; background-image: url(static/images/center_arrow.png); } @@ -690,6 +691,7 @@ .callflow-preview .branch { display: block; text-align: center; + padding: 0px 1px; } #ws_callflow .node.active,