mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Changes max height of stdout panel for skinny browser widths
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
padding: 0;
|
||||
|
||||
@media screen and (max-width: @breakpoint-md) {
|
||||
max-height: 2500px;
|
||||
max-height: calc(100vh - 30px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user