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