mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Increase margin for "No pipeline steps available!" (#777)
Just a simple UI improvement, set margin to `1rem` on the "No pipeline steps available!" message.
This commit is contained in:
parent
637291db4e
commit
13030b3d19
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="build.procs === undefined || build.procs.length === 0" class="m-auto">
|
||||
<div v-if="build.procs === undefined || build.procs.length === 0" class="m-auto mt-4">
|
||||
<span>No pipeline steps available!</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue