mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +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 {
|
||||
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
||||
height: ~"calc(100vh - 177px)";
|
||||
height: ~"calc(100vh - 120px)";
|
||||
min-height: 350px;
|
||||
|
||||
display:flex;
|
||||
.card {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
@media screen and (width: @breakpoint-md - 1px){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.WorkflowResults-rightSide {
|
||||
.OnePlusTwo-right--panel(100%, @breakpoint-md);
|
||||
height: ~"calc(100vh - 177px)";
|
||||
height: ~"calc(100vh - 120px)";
|
||||
min-height: 350px;
|
||||
min-width: 0;
|
||||
display:flex;
|
||||
.card {
|
||||
width:100%
|
||||
}
|
||||
|
||||
@media (max-width: @breakpoint-md - 1px) {
|
||||
padding-right: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user