We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0a074 commit e8a8fbeCopy full SHA for e8a8fbe
src/components/Settings/ModuleEnabler.tsx
@@ -8,7 +8,7 @@ export default function ModuleEnabler(props: any) {
8
return (
9
<Group direction="column">
10
<Title order={4}>Module enabler</Title>
11
- <SimpleGrid cols={3} spacing="xl">
+ <SimpleGrid cols={2} spacing="md">
12
{modules.map((module) => (
13
<Checkbox
14
key={module.title}
0 commit comments