mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
fix a visual bug for limited screen widths on the job view UI
see: #5431
This commit is contained in:
@@ -184,6 +184,11 @@ job-results-standard-out {
|
||||
height: ~"calc(100% - 800px)";
|
||||
display: flex
|
||||
}
|
||||
@media screen and (max-width: @breakpoint-md) {
|
||||
job-results-standard-out {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.JobResults-extraVarsHelp {
|
||||
margin-left: 10px;
|
||||
|
||||
Reference in New Issue
Block a user