mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
making workflow-results panels the height of the viewport
This commit is contained in:
parent
ec83a1cb47
commit
1b79503075
@ -17,14 +17,12 @@
|
||||
|
||||
.WorkflowResults-leftSide {
|
||||
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
||||
// TODO: needs to be set based on height of browser window
|
||||
height: 870px !important;
|
||||
height: ~"calc(100vh - 177px)";
|
||||
}
|
||||
|
||||
.WorkflowResults-rightSide {
|
||||
.OnePlusTwo-right--panel(100%, @breakpoint-md);
|
||||
// TODO: needs to be set based on height of browser window
|
||||
height: 870px !important;
|
||||
height: ~"calc(100vh - 177px)";
|
||||
|
||||
@media (max-width: @breakpoint-md - 1px) {
|
||||
padding-right: 15px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user