Fix Workflow Editor border

This commit is contained in:
Marliana Lara
2017-07-31 14:48:05 -04:00
parent ff01ab063c
commit ecd29af4e9
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
font-size: 14px; font-size: 14px;
height: 17px; height: 17px;
font-weight: bold; font-weight: bold;
color: @default-interface-txt; color: @default-link;
margin-bottom: 25px; margin-bottom: 25px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

View File

@@ -51,6 +51,7 @@
border: 1px solid @b7grey; border: 1px solid @b7grey;
border-radius: 5px; border-radius: 5px;
height: ~"calc(100% - 85px)"; height: ~"calc(100% - 85px)";
overflow: hidden;
} }
.WorkflowMaker-contentLeft { .WorkflowMaker-contentLeft {
flex: 1 0 auto; flex: 1 0 auto;