Merge pull request #2856 from Haokun-Chen/2831

add max-height to job output console at breakpoint
This commit is contained in:
Jared Tabor 2018-08-15 15:05:46 -07:00 committed by GitHub
commit 5d84863237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,10 @@
margin: 0;
overflow-y: scroll;
padding: 0;
@media screen and (max-width: @breakpoint-md) {
max-height: calc(100vh - 30px);
}
}
&-borderHeader {