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 d24302e commit 05ad350Copy full SHA for 05ad350
unraid-ui/src/components/layout/SettingsGrid.vue
@@ -10,7 +10,7 @@ const props = defineProps<{
10
<div
11
:class="
12
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',
+ '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',
14
props.class
15
)
16
"
0 commit comments