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:
parent
14d86ef5d3
commit
bd4337976e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user