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
commit 654ab0f007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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