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:
softwarefactory-project-zuul[bot] 2019-03-19 19:25:27 +00:00 committed by GitHub
commit 74869494f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;