mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
add max-height to job output console at breakpoint
This commit is contained in:
parent
63d7abc7e4
commit
e05d071dab
@ -148,6 +148,10 @@
|
||||
margin: 0;
|
||||
overflow-y: scroll;
|
||||
padding: 0;
|
||||
|
||||
@media screen and (max-width: @breakpoint-md) {
|
||||
max-height: 2500px;
|
||||
}
|
||||
}
|
||||
|
||||
&-borderHeader {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user