diff --git a/front/src/pages/settings/SettingsWorkspaceMembers.tsx b/front/src/pages/settings/SettingsWorkspaceMembers.tsx index f5ecfc86b..01cd2bb91 100644 --- a/front/src/pages/settings/SettingsWorkspaceMembers.tsx +++ b/front/src/pages/settings/SettingsWorkspaceMembers.tsx @@ -20,7 +20,6 @@ import { const StyledContainer = styled.div` display: flex; flex-direction: column; - margin-top: ${({ theme }) => theme.spacing(8)}; padding: ${({ theme }) => theme.spacing(8)}; width: 350px; `;