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 26334cf commit d56ab85Copy full SHA for d56ab85
resources/js/layouts/settings/layout.tsx
@@ -27,12 +27,12 @@ export default function SettingsLayout({ children }: { children: React.ReactNode
27
const currentPath = window.location.pathname;
28
29
return (
30
- <div className="p-6 md:px-12">
+ <div className="px-4 py-6">
31
<Heading title="Settings" description="Manage your profile and account settings" />
32
33
<div className="flex flex-col space-y-8 lg:flex-row lg:space-y-0 lg:space-x-12">
34
<aside className="w-full max-w-xl lg:w-48">
35
- <nav className="flex flex-col space-y-1 space-x-0 md:-mx-3">
+ <nav className="flex flex-col space-y-1 space-x-0">
36
{sidebarNavItems.map((item) => (
37
<Button
38
key={item.url}
0 commit comments