mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Merge pull request #5288 from jlmitch5/fixExtraVarsJobResultsWidth
fix extra vars on job results page width
This commit is contained in:
@@ -16,7 +16,12 @@
|
|||||||
|
|
||||||
.JobResults-leftSide {
|
.JobResults-leftSide {
|
||||||
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
||||||
|
max-width: 33%;
|
||||||
height: ~"calc(100vh - 177px)";
|
height: ~"calc(100vh - 177px)";
|
||||||
|
|
||||||
|
@media screen and (max-width: @breakpoint-md) {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobResults-rightSide {
|
.JobResults-rightSide {
|
||||||
|
|||||||
Reference in New Issue
Block a user