Skip to content

Commit 4916f8f

Browse files
committed
fix: adjust layout in SpaceInnerPage component
1 parent add4090 commit 4916f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nextjs-app/src/features/app/blocks/space/SpaceInnerPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const SpaceInnerPage: React.FC = () => {
114114
return (
115115
space && (
116116
<div ref={ref} className="flex h-full min-w-0 flex-1 gap-10 px-12 py-8 sm:min-w-[760px]">
117-
<div className="flex min-h-0 min-w-0 flex-1 flex-col space-y-6">
117+
<div className="flex min-h-0 min-w-0 flex-1 flex-col ">
118118
<div className="flex shrink-0 items-center gap-2 pb-6 sm:mr-16">
119119
<SpaceRenaming
120120
spaceName={spaceName!}

0 commit comments

Comments
 (0)