mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Made stdout window size nicely to fill the remaining height in the browser
Resolves PR feedback and takes care of #1575 along the way
This commit is contained in:
parent
a9426aaeb9
commit
1bcb80b621
@ -43,7 +43,8 @@ standard-out-log {
|
||||
background-color: @default-secondary-bg;
|
||||
border-radius: 5px;
|
||||
min-height: 300px;
|
||||
max-height: 900px;
|
||||
max-height: 100vh;
|
||||
height: ~"calc(100vh - 245px)";
|
||||
width: 100%;
|
||||
|
||||
overflow: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user