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