mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 08:43:36 -05:00
add max-height to job output console at breakpoint
This commit is contained in:
@@ -148,6 +148,10 @@
|
||||
margin: 0;
|
||||
overflow-y: scroll;
|
||||
padding: 0;
|
||||
|
||||
@media screen and (max-width: @breakpoint-md) {
|
||||
max-height: 2500px;
|
||||
}
|
||||
}
|
||||
|
||||
&-borderHeader {
|
||||
|
||||
Reference in New Issue
Block a user