mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #2856 from Haokun-Chen/2831
add max-height to job output console at breakpoint
This commit is contained in:
commit
5d84863237
@ -148,6 +148,10 @@
|
||||
margin: 0;
|
||||
overflow-y: scroll;
|
||||
padding: 0;
|
||||
|
||||
@media screen and (max-width: @breakpoint-md) {
|
||||
max-height: calc(100vh - 30px);
|
||||
}
|
||||
}
|
||||
|
||||
&-borderHeader {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user