From 53f2f28421894a2eb7b170ef28c5c9e4e538bbab Mon Sep 17 00:00:00 2001 From: rygrit Date: Mon, 9 Feb 2026 23:33:35 +0800 Subject: [PATCH] fix(ui): hide Columns text on mobile to prevent ColumnPicker overflow --- app/components/ColumnPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ColumnPicker.vue b/app/components/ColumnPicker.vue index f27617cbb..d2a32cc23 100644 --- a/app/components/ColumnPicker.vue +++ b/app/components/ColumnPicker.vue @@ -77,7 +77,7 @@ function handleReset() { @click.stop="isOpen = !isOpen" classicon="i-carbon-column" > - {{ $t('filters.columns.title') }} + {{ $t('filters.columns.title') }}