mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 20:07:26 +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:
@@ -45,7 +45,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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>
|
<span>No pipeline steps available!</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user