mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Merge pull request #3441 from AlexSCorey/3258-workflowDisplay
makes the card for the workflow display taller Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
74869494f9
@ -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…
x
Reference in New Issue
Block a user