From d0cf998523841d5002062a5800939fa06a68b786 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 17 Oct 2022 13:47:27 +1100 Subject: [PATCH] fix: qa feedback - centered name in profile modal --- stylesheets/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modal.scss b/stylesheets/_modal.scss index e08e8d835..8cb1a5598 100644 --- a/stylesheets/_modal.scss +++ b/stylesheets/_modal.scss @@ -211,6 +211,7 @@ display: flex; align-items: center; justify-content: center; + margin-right: -20px; // offsets the edit icon button so it's centered p { font-size: $session-font-md;