Skip to content

Commit

Permalink
fix(client): expand settings grid column width (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 authored Jun 16, 2024
1 parent f118549 commit 94b00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const minimizePanelInteractiveLabel = computed(() => {
icon="i-carbon-settings-adjust"
text="DevTools Settings"
/>
<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>
<div flex="~ col gap-2">
<h3 text-lg>
Tabs
Expand Down

0 comments on commit 94b00c2

Please sign in to comment.