mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02: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:
@@ -43,7 +43,8 @@ standard-out-log {
|
|||||||
background-color: @default-secondary-bg;
|
background-color: @default-secondary-bg;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
max-height: 900px;
|
max-height: 100vh;
|
||||||
|
height: ~"calc(100vh - 245px)";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user