From ba001d8287b8d7fb00540fc9cf8ebf7ea53458fc Mon Sep 17 00:00:00 2001 From: Vladimir Barkasov Date: Sun, 9 Feb 2020 20:48:19 +0700 Subject: [PATCH] Small style fix --- src/apps/callflows/style/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/callflows/style/app.css b/src/apps/callflows/style/app.css index 394507f..8a337d9 100644 --- a/src/apps/callflows/style/app.css +++ b/src/apps/callflows/style/app.css @@ -307,7 +307,7 @@ } .callflow-preview .children .child:last-child:not(:first-child), - #ws_cf_flow .children .child:last-child:not(:first-child) { +#ws_cf_flow .children .child:last-child:not(:first-child) { padding-right: 10px; } @@ -1377,7 +1377,7 @@ } .dialog_popup.callflows-port form label.monster-switch { - width: inherit; + width: auto; margin-bottom: 7px; }