Browse Source

Merge pull request #2 from mooseable/bugfix/styles

Bugfix/styles
master
mooseable 1 year ago
committed by GitHub
parent
commit
0ad9e8956f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/apps/callflows/style/app.css

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

@ -364,6 +364,7 @@
#ws_callflow .children > .child > .span_arrow.small,
.callflow-preview .children > .child > .span_arrow.small {
height: 31px;
width: 100%;
background-image: url(static/images/center_arrow.png);
}
@ -690,6 +691,7 @@
.callflow-preview .branch {
display: block;
text-align: center;
padding: 0px 1px;
}
#ws_callflow .node.active,


Loading…
Cancel
Save