Skip to content

Commit 53f2f28

Browse files
committed
fix(ui): hide Columns text on mobile to prevent ColumnPicker overflow
1 parent 15dffc2 commit 53f2f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ColumnPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function handleReset() {
7777
@click.stop="isOpen = !isOpen"
7878
classicon="i-carbon-column"
7979
>
80-
{{ $t('filters.columns.title') }}
80+
<span class="sr-only sm:not-sr-only">{{ $t('filters.columns.title') }}</span>
8181
</ButtonBase>
8282

8383
<Transition name="dropdown">

0 commit comments

Comments
 (0)