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 a56e1cd commit 1ad870eCopy full SHA for 1ad870e
resources/js/layouts/settings/Layout.vue
@@ -29,7 +29,7 @@ const currentPath = page.props.ziggy?.location ? new URL(page.props.ziggy.locati
29
<div class="px-4 py-6">
30
<Heading title="Settings" description="Manage your profile and account settings" />
31
32
- <div class="flex flex-col lg:flex-row lg:space-y-0 lg:space-x-12">
+ <div class="flex flex-col lg:flex-row lg:space-x-12">
33
<aside class="w-full max-w-xl lg:w-48">
34
<nav class="flex flex-col space-y-1 space-x-0">
35
<Button
0 commit comments