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 add4090 commit 4916f8fCopy full SHA for 4916f8f
apps/nextjs-app/src/features/app/blocks/space/SpaceInnerPage.tsx
@@ -114,7 +114,7 @@ export const SpaceInnerPage: React.FC = () => {
114
return (
115
space && (
116
<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">
+ <div className="flex min-h-0 min-w-0 flex-1 flex-col ">
118
<div className="flex shrink-0 items-center gap-2 pb-6 sm:mr-16">
119
<SpaceRenaming
120
spaceName={spaceName!}
0 commit comments