3
0

Adjust positioning for no records text on small blocks

This commit is contained in:
Jože Fortun
2024-02-13 13:00:04 +01:00
parent b626ea04e7
commit 81a7de9224
2 changed files with 3 additions and 5 deletions

View File

@@ -567,7 +567,7 @@
<div
v-else
class="position-absolute text-center mt-5 d-print-none"
style="left: 0; right: 0;"
style="left: 0; right: 0; bottom: calc(50% - 33px);"
>
<b-spinner
v-if="processing"

View File

@@ -91,11 +91,9 @@
<div
v-if="!revisions.length"
class="position-absolute text-center mt-5 d-print-none"
style="left: 0; right: 0;"
style="left: 0; right: 0; bottom: calc(50% - 33px);"
>
<p
class="mt-3"
>
<p class="mb-0 mx-2">
{{ $t('errors.no-revisions') }}
</p>
</div>