mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fix height responsiveness
This commit is contained in:
parent
fae6573ae2
commit
c49f7dddec
@ -9,7 +9,7 @@
|
||||
@import "./client/src/shared/branding/colors.less";
|
||||
|
||||
#jobs-stdout {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 0px;
|
||||
|
||||
#job-status {
|
||||
label {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
.OnePlusOne-container(@height: 100%; @breakpoint: 900px){
|
||||
height: @height;
|
||||
height: ~"calc(100vh - 150px)";
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@media screen and(max-width: @breakpoint){
|
||||
|
||||
@ -35,7 +35,8 @@ standard-out-log {
|
||||
}
|
||||
|
||||
.Panel {
|
||||
height: auto;
|
||||
height: ~"calc(100% - 20px)";
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
@ -49,10 +50,7 @@ standard-out-log {
|
||||
.Panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.StandardOut-consoleOutput {
|
||||
height: 493px;
|
||||
height: ~"calc(100% - 20px)";
|
||||
}
|
||||
}
|
||||
|
||||
@ -63,9 +61,6 @@ standard-out-log {
|
||||
.StandardOut-consoleOutput {
|
||||
margin-top: 25px;
|
||||
border-radius: 5px;
|
||||
min-height: 300px;
|
||||
max-height: 100vh;
|
||||
height: ~"calc(100vh - 245px)";
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user