From d07474ece7214e8fec7a10e229f5a9ba9669b9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20V=C3=B6lcsey?= <41576384+zvolcsey@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:27:52 +0200 Subject: [PATCH] fix: Removed margin-top on Member page (#1609) --- front/src/pages/settings/SettingsWorkspaceMembers.tsx | 1 - 1 file changed, 1 deletion(-) 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; `;