Adjust positioning for no records text on small blocks
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user