We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e08976 commit 6c38b6aCopy full SHA for 6c38b6a
1 file changed
app/components/PaginationControls.vue
@@ -200,7 +200,7 @@ function handlePageSizeChange(event: Event) {
200
:aria-label="$t('filters.pagination.previous')"
201
@click="goPrev"
202
>
203
- <span class="i-carbon-chevron-left w-4 h-4" aria-hidden="true" />
+ <span class="i-carbon-chevron-left block w-4 h-4" aria-hidden="true" />
204
</button>
205
206
<!-- Page numbers -->
@@ -230,7 +230,7 @@ function handlePageSizeChange(event: Event) {
230
:aria-label="$t('filters.pagination.next')"
231
@click="goNext"
232
233
- <span class="i-carbon-chevron-right w-4 h-4" aria-hidden="true" />
+ <span class="i-carbon-chevron-right block w-4 h-4" aria-hidden="true" />
234
235
</nav>
236
</div>
0 commit comments