Skip to content

Commit

Permalink
link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 8, 2024
1 parent d3ec1f8 commit b40b305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{{ void(showPrev = page > 1) }}
{{ void(showNext = inventoryDWC.length === perPage) }}
{{ void(showLast = showNext && typeof total === 'number' && total > (page - 1) * perPage + inventoryDWC.length) }}
<span v-if="showPrev || showNext" class="ml-2">
<span v-if="showPrev || showNext" class="mx-2">
<router-link
v-if="showFirst"
:to="{ name: 'otus-id', params: { id: otuId } }"
Expand Down

0 comments on commit b40b305

Please sign in to comment.