Browse Source

Small style fix

pull/4/head
Vladimir Barkasov 6 years ago
parent
commit
ba001d8287
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/apps/callflows/style/app.css

+ 2
- 2
src/apps/callflows/style/app.css View File

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


Loading…
Cancel
Save