Changes max height of stdout panel for skinny browser widths

This commit is contained in:
Jared Tabor 2018-08-15 14:44:03 -07:00
parent e05d071dab
commit f4728149d9
No known key found for this signature in database
GPG Key ID: CC50E67C506270C9

View File

@ -150,7 +150,7 @@
padding: 0;
@media screen and (max-width: @breakpoint-md) {
max-height: 2500px;
max-height: calc(100vh - 30px);
}
}