mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Reduced the space between the extra vars label and the code mirror instance down to 10px.
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="StandardOut-detailsRow" ng-show="job.extra_vars">
|
<div class="StandardOut-detailsRow--extraVars" ng-show="job.extra_vars">
|
||||||
<div class="StandardOut-detailsLabel">EXTRA VARS</div>
|
<div class="StandardOut-detailsLabel">EXTRA VARS</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,10 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.StandardOut-detailsRow--extraVars {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.StandardOut-detailsLabel {
|
.StandardOut-detailsLabel {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
flex: 0 0 130px;
|
flex: 0 0 130px;
|
||||||
|
|||||||
Reference in New Issue
Block a user