Skip to content

Commit 94b00c2

Browse files
fix(client): expand settings grid column width (#448)
1 parent f118549 commit 94b00c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/pages/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const minimizePanelInteractiveLabel = computed(() => {
8989
icon="i-carbon-settings-adjust"
9090
text="DevTools Settings"
9191
/>
92-
<div grid="~ md:cols-2 gap-x-10 gap-y-3" max-w-300>
92+
<div grid="~ md:cols-[repeat(auto-fit,minmax(16rem,1fr))] gap-x-10 gap-y-3" max-w-300>
9393
<div flex="~ col gap-2">
9494
<h3 text-lg>
9595
Tabs

0 commit comments

Comments
 (0)