mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-23 09:02:59 -04:00
Add bottom margin
This commit is contained in:
@@ -26,7 +26,7 @@ export default function NotificationsPage() {
|
||||
const t = useT()
|
||||
useRedirectIfSignedOut()
|
||||
return (
|
||||
<PageBase trackPageView={'settings page'} className={'mx-4'}>
|
||||
<PageBase trackPageView={'settings page'} className={'mx-4 mb-4'}>
|
||||
<NoSEO/>
|
||||
<Title>{t('settings.title', 'Settings')}</Title>
|
||||
<UncontrolledTabs
|
||||
|
||||
Reference in New Issue
Block a user