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; }