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