add max-height to job output console at breakpoint

This commit is contained in:
Haokun-Chen
2018-08-15 14:29:32 -04:00
parent 63d7abc7e4
commit e05d071dab

View File

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