mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
Merge pull request #5569 from mabashian/5563-footer
CSS tweaks to workflow results panels
This commit is contained in:
@@ -18,11 +18,17 @@
|
|||||||
.WorkflowResults-leftSide {
|
.WorkflowResults-leftSide {
|
||||||
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
||||||
height: ~"calc(100vh - 177px)";
|
height: ~"calc(100vh - 177px)";
|
||||||
|
min-height: 350px;
|
||||||
|
|
||||||
|
.Panel {
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.WorkflowResults-rightSide {
|
.WorkflowResults-rightSide {
|
||||||
.OnePlusTwo-right--panel(100%, @breakpoint-md);
|
.OnePlusTwo-right--panel(100%, @breakpoint-md);
|
||||||
height: ~"calc(100vh - 177px)";
|
height: ~"calc(100vh - 177px)";
|
||||||
|
min-height: 350px;
|
||||||
|
|
||||||
@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