fix a visual bug for limited screen widths on the job view UI

see: #5431
This commit is contained in:
Ryan Petrello 2017-02-17 17:12:27 -05:00
parent 7b8f8b88ea
commit d08fd82260

View File

@ -184,6 +184,11 @@ job-results-standard-out {
height: ~"calc(100% - 800px)";
display: flex
}
@media screen and (max-width: @breakpoint-md) {
job-results-standard-out {
height: auto;
}
}
.JobResults-extraVarsHelp {
margin-left: 10px;