Merge pull request #2262 from anoek/2028

Fix stdout height issue on firefox
This commit is contained in:
Akita Noek
2016-06-09 12:21:25 -04:00

View File

@@ -40,7 +40,7 @@ standard-out-log {
} }
.StandardOut-consoleOutput { .StandardOut-consoleOutput {
height: auto; height: 493px;
} }
} }