Skip to content

Commit 497662f

Browse files
committed
fix: tab hidden in small width
1 parent 53cbc41 commit 497662f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/CodemirrorEditor/CssEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function tabChanged(tabName: string | number) {
155155
v-model="store.cssContentConfig.active"
156156
@update:model-value="tabChanged"
157157
>
158-
<TabsList class="w-full overflow-x-auto">
158+
<TabsList class="w-full overflow-x-auto justify-start">
159159
<TabsTrigger
160160
v-for="item in store.cssContentConfig.tabs"
161161
:key="item.name"

0 commit comments

Comments
 (0)