on display matrix params if exists

This commit is contained in:
Brad Rydzewski 2015-06-01 23:00:27 -07:00
parent 0b28ed0f9a
commit a169bec6dc
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
</div> </div>
</div> </div>
<div class="row build-row sub-build-row"> <div class="row build-row sub-build-row" ng-if="build.builds.length > 1">
<div> <div>
</div> </div>

View file

@ -1510,7 +1510,7 @@ section .build-row.sub-build-row h3 {
} }
section .build-row.sub-build-row h3 > div { section .build-row.sub-build-row h3 > div {
margin-bottom:5px; margin-bottom:7px;
} }
section .build-row.sub-build-row h3 > div:last-child { section .build-row.sub-build-row h3 > div:last-child {
margin-bottom:0px; margin-bottom:0px;