Merge pull request #275 from marshmalien/fix/ff/5455-job-results-right-panel-height

Firefox - Prevent job details right panel content from overflowing
This commit is contained in:
Marliana Lara
2017-08-15 16:29:49 -04:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
standard-out-log { standard-out-log {
flex: 5; flex: 5;
display: flex; display: flex;
min-height: 0;
} }
.StandardOut-preContent{ .StandardOut-preContent{