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 15dffc2 commit 53f2f28Copy full SHA for 53f2f28
app/components/ColumnPicker.vue
@@ -77,7 +77,7 @@ function handleReset() {
77
@click.stop="isOpen = !isOpen"
78
classicon="i-carbon-column"
79
>
80
- {{ $t('filters.columns.title') }}
+ <span class="sr-only sm:not-sr-only">{{ $t('filters.columns.title') }}</span>
81
</ButtonBase>
82
83
<Transition name="dropdown">
0 commit comments