Browse Source

percent width not px

master
Timothy Harrison 1 year ago
parent
commit
8aef3db5a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/apps/callflows/style/app.css

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

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


Loading…
Cancel
Save