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 6b77736 commit 49648c4Copy full SHA for 49648c4
apps/web/components/settings/UserOptions.tsx
@@ -28,7 +28,6 @@ import {
28
SelectTrigger,
29
SelectValue,
30
} from "../ui/select";
31
-import { Separator } from "../ui/separator";
32
import { toast } from "../ui/use-toast";
33
34
const LanguageSelect = () => {
@@ -193,9 +192,7 @@ export default function UserOptions() {
193
192
)}
194
/>
195
196
- <Separator />
197
-
198
- <div className="grid gap-6 md:grid-cols-2 lg:grid-cols-3">
+ <div className="grid grid-cols-2 gap-6">
199
<FormField
200
control={form.control}
201
name="bookmarkClickAction"
0 commit comments