Skip to content

Commit 9cad7a8

Browse files
committed
fix: make sure chevron in pagination result select is visible
1 parent 4e08976 commit 9cad7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PaginationControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function handlePageSizeChange(event: Event) {
168168
class="absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
169169
aria-hidden="true"
170170
>
171-
<span class="i-carbon-chevron-down w-3 h-3" />
171+
<span class="inline-block i-carbon-chevron-down w-3 h-3" />
172172
</div>
173173
</div>
174174
</div>

0 commit comments

Comments
 (0)