Merge pull request #5353 from jlmitch5/fixFirefoxJobResultsPane

Fix firefox job results pane
This commit is contained in:
jlmitch5 2017-02-14 14:14:36 -05:00 committed by GitHub
commit aff3dbea73

View File

@ -180,6 +180,8 @@ smart-search {
job-results-standard-out {
flex: 1;
flex-basis: auto;
height: ~"calc(100% - 800px)";
display: flex
}