diff --git a/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx b/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx index 926fa57bce9c..879e95b82650 100644 --- a/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx +++ b/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx @@ -20,6 +20,7 @@ const StyledSettingsPageContainer = styled.div<{ width?: number }>` } return OBJECT_SETTINGS_WIDTH + 'px'; }}; + padding-bottom: ${({ theme }) => theme.spacing(20)}; `; export const SettingsPageContainer = ({ diff --git a/packages/twenty-front/src/modules/ui/layout/page/PagePanel.tsx b/packages/twenty-front/src/modules/ui/layout/page/PagePanel.tsx index bf952c11bc41..14cf6b0dfe12 100644 --- a/packages/twenty-front/src/modules/ui/layout/page/PagePanel.tsx +++ b/packages/twenty-front/src/modules/ui/layout/page/PagePanel.tsx @@ -9,7 +9,6 @@ const StyledPanel = styled.div` overflow-x: auto; overflow-y: hidden; width: 100%; - padding-bottom: ${({ theme }) => theme.spacing(10)}; `; type PagePanelProps = {