on display matrix params if exists
This commit is contained in:
parent
0b28ed0f9a
commit
a169bec6dc
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue