Merge pull request #1704 from marshmalien/fix/1702-ff-job-results-panel-width

Fix Job Results panel width in Firefox
This commit is contained in:
Jake McDermott
2018-05-07 12:54:33 -04:00
committed by GitHub

View File

@@ -304,6 +304,7 @@
grid-template-rows: minmax(500px, ~"calc(100vh - 130px)");
.at-Panel {
min-width: 0;
overflow-y: auto;
}
}