mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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 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>
|
||||
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.StandardOut-detailsRow--extraVars {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.StandardOut-detailsLabel {
|
||||
width: 130px;
|
||||
flex: 0 0 130px;
|
||||
|
||||
Reference in New Issue
Block a user