From 8aef3db5a507f9058be8d6833b42a9f0cdfb8791 Mon Sep 17 00:00:00 2001 From: Timothy Harrison Date: Tue, 24 Sep 2024 12:16:13 +0800 Subject: [PATCH] percent width not px --- src/apps/callflows/style/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/callflows/style/app.css b/src/apps/callflows/style/app.css index 189e81f..c8667b4 100644 --- a/src/apps/callflows/style/app.css +++ b/src/apps/callflows/style/app.css @@ -364,7 +364,7 @@ #ws_callflow .children > .child > .span_arrow.small, .callflow-preview .children > .child > .span_arrow.small { height: 31px; - width: 100px; + width: 100%; background-image: url(static/images/center_arrow.png); }