mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
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:
commit
654ab0f007
@ -304,6 +304,7 @@
|
||||
grid-template-rows: minmax(500px, ~"calc(100vh - 130px)");
|
||||
|
||||
.at-Panel {
|
||||
min-width: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user