Skip to content

Commit

Permalink
fix: Removed margin-top on Member page (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolcsey authored Sep 15, 2023
1 parent 7949cff commit d07474e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/src/pages/settings/SettingsWorkspaceMembers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;
Expand Down

0 comments on commit d07474e

Please sign in to comment.