mirror of
https://github.com/ansible/awx.git
synced 2026-04-27 04:35:22 -02:30
@@ -135,6 +135,7 @@
|
||||
border-radius: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
max-height: ~"calc(100vh - 350px)";
|
||||
|
||||
& > table {
|
||||
table-layout: fixed;
|
||||
@@ -300,7 +301,7 @@
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: minmax(300px, 1fr) minmax(500px, 2fr);
|
||||
grid-template-rows: minmax(500px, ~"calc(100vh - 140px)");
|
||||
grid-template-rows: minmax(500px, ~"calc(100vh - 130px)");
|
||||
|
||||
.at-Panel {
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user