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 f118549 commit 94b00c2Copy full SHA for 94b00c2
packages/client/src/pages/settings.vue
@@ -89,7 +89,7 @@ const minimizePanelInteractiveLabel = computed(() => {
89
icon="i-carbon-settings-adjust"
90
text="DevTools Settings"
91
/>
92
- <div grid="~ md:cols-2 gap-x-10 gap-y-3" max-w-300>
+ <div grid="~ md:cols-[repeat(auto-fit,minmax(16rem,1fr))] gap-x-10 gap-y-3" max-w-300>
93
<div flex="~ col gap-2">
94
<h3 text-lg>
95
Tabs
0 commit comments