Reduced the space between the extra vars label and the code mirror instance down to 10px.

This commit is contained in:
Michael Abashian
2016-03-07 11:00:07 -05:00
parent 73d80f7179
commit 976d242075
2 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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;