Skip to content

Commit 46bf07e

Browse files
committed
Remove margin top gap for collaboration space
1 parent 2e357fd commit 46bf07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/components/collab/CollaborationSpace.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const CollaborationSpace = () => {
159159
}
160160

161161
return (
162-
<div style={{ textAlign: 'center', marginTop: '50px' }}>
162+
<div style={{ textAlign: 'center' }}>
163163
{showAccessDeniedToast ? (
164164
<ToastContainer
165165
className="p-3"

0 commit comments

Comments
 (0)