From c7072338b1f08b1ee7b4b34fd095098f14662e67 Mon Sep 17 00:00:00 2001
From: NathanJohnstonn <132169663+NathanJohnstonn@users.noreply.github.com>
Date: Thu, 30 Apr 2026 05:10:49 -0700
Subject: [PATCH] fix(settings): update margins for settings disclaimer
(#67184)
---
.../src/client-only-routes/show-settings.tsx | 34 +++++++++++--------
1 file changed, 20 insertions(+), 14 deletions(-)
diff --git a/client/src/client-only-routes/show-settings.tsx b/client/src/client-only-routes/show-settings.tsx
index b49b2d74c25..f491dfb02cb 100644
--- a/client/src/client-only-routes/show-settings.tsx
+++ b/client/src/client-only-routes/show-settings.tsx
@@ -9,7 +9,7 @@ import store from 'store';
import { scroller, Element as ScrollElement } from 'react-scroll';
import envData from '../../config/env.json';
import { createFlashMessage } from '../components/Flash/redux';
-import { Loader } from '../components/helpers';
+import { FullWidthRow, Loader } from '../components/helpers';
import Certification from '../components/settings/certification';
import Account from '../components/settings/account';
import DangerZone from '../components/settings/danger-zone';
@@ -175,19 +175,25 @@ export function ShowSettings(props: ShowSettingsProps): JSX.Element {
-
-
- {t('settings.for', { username: username })}
-
-
- your profile
-
-
+
+
+
+ {t('settings.for', { username: username })}
+
+
+ your profile
+
+
+