Fix stdout height issue on firefox

#2028
This commit is contained in:
Akita Noek
2016-06-09 09:56:23 -04:00
parent 2e5c91b3fc
commit 2a7c05eeda

View File

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