1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

makes the card for the workflow display taller

This commit is contained in:
Alex Corey 2019-03-18 12:37:23 -04:00
parent 14d86ef5d3
commit bd4337976e

View File

@ -18,19 +18,27 @@
.WorkflowResults-leftSide { .WorkflowResults-leftSide {
.OnePlusTwo-left--panel(100%, @breakpoint-md); .OnePlusTwo-left--panel(100%, @breakpoint-md);
height: ~"calc(100vh - 177px)"; height: ~"calc(100vh - 120px)";
min-height: 350px; min-height: 350px;
display:flex;
.card { .card {
width: 100%;
overflow: scroll; overflow: scroll;
} }
@media screen and (width: @breakpoint-md - 1px){
width: 100%;
}
} }
.WorkflowResults-rightSide { .WorkflowResults-rightSide {
.OnePlusTwo-right--panel(100%, @breakpoint-md); .OnePlusTwo-right--panel(100%, @breakpoint-md);
height: ~"calc(100vh - 177px)"; height: ~"calc(100vh - 120px)";
min-height: 350px; min-height: 350px;
min-width: 0; min-width: 0;
display:flex;
.card {
width:100%
}
@media (max-width: @breakpoint-md - 1px) { @media (max-width: @breakpoint-md - 1px) {
padding-right: 15px; padding-right: 15px;