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:
qwerty287 2022-02-14 15:21:28 +01:00 committed by GitHub
parent 637291db4e
commit 13030b3d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>