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 c14220c commit 5194e85Copy full SHA for 5194e85
apps/nextjs-app/src/features/app/blocks/space/SpaceInnerPage.tsx
@@ -115,7 +115,7 @@ export const SpaceInnerPage: React.FC = () => {
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">
118
- <div className="flex shrink-0 items-center gap-2 pb-6 sm:mr-16">
+ <div className="flex shrink-0 items-center gap-2 sm:mr-16">
119
<SpaceRenaming
120
spaceName={spaceName!}
121
isRenaming={renaming}
0 commit comments