Skip to content

Commit 05ad350

Browse files
committed
fix: adjust SettingsGrid horizontal spacing
1 parent d24302e commit 05ad350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unraid-ui/src/components/layout/SettingsGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const props = defineProps<{
1010
<div
1111
:class="
1212
cn(
13-
'grid grid-cols-1 md:grid-cols-[35%_1fr] [&>*:nth-child(odd)]:text-end gap-2 items-baseline md:pl-3 md:gap-x-10 md:gap-y-6',
13+
'grid grid-cols-1 md:grid-cols-[35%_1fr] [&>*:nth-child(odd)]:text-end gap-2 items-baseline md:gap-x-3 md:gap-y-6',
1414
props.class
1515
)
1616
"

0 commit comments

Comments
 (0)