Browse Source

Fix display of two-lined text in module cell

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

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

@ -435,7 +435,7 @@
text-align: center;
vertical-align: top;
display: inline-block;
line-height: 15px;
line-height: 13px;
width: 100%;
padding-top: 5px;
color: white;
@ -1273,6 +1273,7 @@
margin-left:20px;
display:inline;
}
.callflows-port .pill-content .edit_create a {
color: #EEE;
}


Loading…
Cancel
Save