We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28678a commit 32bd37fCopy full SHA for 32bd37f
1 file changed
ui/src/pages/settings.tsx
@@ -84,7 +84,7 @@ function SettingsShell() {
84
];
85
86
return (
87
- <div className="grid min-h-dvh bg-background md:grid-cols-[240px_minmax(0,1fr)]">
+ <div className="flex min-h-dvh flex-col bg-background md:grid md:grid-cols-[240px_minmax(0,1fr)]">
88
<aside className="border-b border-border bg-sidebar px-4 py-4 md:border-b-0 md:border-r">
89
<div className="mb-5">
90
<BrandHeader />
0 commit comments