Skip to content

Commit 49648c4

Browse files
committed
fix(web): Fix the alignment in the user options page
1 parent 6b77736 commit 49648c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/web/components/settings/UserOptions.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
SelectTrigger,
2929
SelectValue,
3030
} from "../ui/select";
31-
import { Separator } from "../ui/separator";
3231
import { toast } from "../ui/use-toast";
3332

3433
const LanguageSelect = () => {
@@ -193,9 +192,7 @@ export default function UserOptions() {
193192
)}
194193
/>
195194

196-
<Separator />
197-
198-
<div className="grid gap-6 md:grid-cols-2 lg:grid-cols-3">
195+
<div className="grid grid-cols-2 gap-6">
199196
<FormField
200197
control={form.control}
201198
name="bookmarkClickAction"

0 commit comments

Comments
 (0)