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