Skip to content

Commit 4b52237

Browse files
committed
fix margin
1 parent 1e5193b commit 4b52237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components

app/[locale]/dashboard/organization/[organizationId]/dataset/[id]/edit/components/EditLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function EditLayout({ children, params }: LayoutProps) {
110110
}
111111

112112
return (
113-
<div className="mt-8 flex h-full flex-col">
113+
<div className="flex h-full flex-col lg:mt-8">
114114
{getDatasetTitleRes.isLoading ? (
115115
<div className="flex flex-row items-center justify-center">
116116
<Spinner size={24} />

0 commit comments

Comments
 (0)