mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Fix Workflow Editor border
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user