1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Fix job results panel width in firefox

This commit is contained in:
Marliana Lara 2018-05-07 12:19:39 -04:00
parent de22fd40fa
commit 1488697001
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

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