Merge pull request #3658 from keithjgrant/2526-fix-workflow-results-layout

Fix workflow results layout when extra vars has long line

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-09 19:40:26 +00:00 committed by GitHub
commit 20a023e243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
}
.WorkflowResults-leftSide {
max-width: 33%;
.OnePlusTwo-left--panel(100%, @breakpoint-md);
height: ~"calc(100vh - 120px)";
min-height: 350px;