mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
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 class="row build-row sub-build-row">
|
||||
<div class="row build-row sub-build-row" ng-if="build.builds.length > 1">
|
||||
<div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1510,7 +1510,7 @@ section .build-row.sub-build-row h3 {
|
|||
}
|
||||
|
||||
section .build-row.sub-build-row h3 > div {
|
||||
margin-bottom:5px;
|
||||
margin-bottom:7px;
|
||||
}
|
||||
section .build-row.sub-build-row h3 > div:last-child {
|
||||
margin-bottom:0px;
|
||||
|
|
Loading…
Reference in a new issue