From 6d0a0ed1c44412b68c15a90c52e0ff67f635237b Mon Sep 17 00:00:00 2001 From: Brandon Ngoran Ntam Date: Mon, 23 Jan 2023 18:08:47 +0100 Subject: [PATCH] AccountDetails: Remove extra margin "styles.halfMarginRight" was pushing the text to the left and making it off-center. That margin has been removed for the "displayEmail" and "full_name" lines Co-authored-by: Chris Bobbe --- src/account-info/AccountDetails.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/account-info/AccountDetails.js b/src/account-info/AccountDetails.js index fe69fc88830..68d454e4de7 100644 --- a/src/account-info/AccountDetails.js +++ b/src/account-info/AccountDetails.js @@ -95,17 +95,13 @@ export default function AccountDetails(props: Props): Node { /> {displayEmail !== null && showEmail && ( - + )} {