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 dda25ca commit 5adf227Copy full SHA for 5adf227
apps/web/src/components/CodemirrorEditor/CssEditor.vue
@@ -155,7 +155,7 @@ function tabChanged(tabName: string | number) {
155
v-model="store.cssContentConfig.active"
156
@update:model-value="tabChanged"
157
>
158
- <TabsList class="w-full overflow-x-auto">
+ <TabsList class="w-full overflow-x-auto justify-start">
159
<TabsTrigger
160
v-for="item in store.cssContentConfig.tabs"
161
:key="item.name"
0 commit comments