hack to get firefox to make the pane height correct

This commit is contained in:
John Mitchell 2017-02-14 12:00:29 -05:00
parent 4ce69f2f9c
commit da981f413f

View File

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