From 31e125a3757bb5df78e2325517d188e923b5f9f0 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Mon, 8 Feb 2021 13:36:32 +0500 Subject: [PATCH 1/2] use grid to prevent unexpected UI layout --- src/users/UserSummary.jsx | 78 ++++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/src/users/UserSummary.jsx b/src/users/UserSummary.jsx index 90f3b8c96..28ca4cd5d 100644 --- a/src/users/UserSummary.jsx +++ b/src/users/UserSummary.jsx @@ -234,47 +234,51 @@ export default function UserSummary({ return (
-
-

Account

- - {userToggleVisible && ( -
- - {userData.passwordStatus.passwordToggleHistory.length > 0 && ( - - )} -
- )} - -
+
-

ID Verification Status

+

Account

+ {userToggleVisible && ( +
+ + {userData.passwordStatus.passwordToggleHistory.length > 0 && ( + + )} +
+ )} -
-

SSO Records

-
+ +
+
+
+

ID Verification Status

+
+ +
+

SSO Records

+
+ Date: Mon, 8 Feb 2021 15:00:40 +0500 Subject: [PATCH 2/2] add margin between reissue and expire button --- src/users/entitlements/Entitlements.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/users/entitlements/Entitlements.jsx b/src/users/entitlements/Entitlements.jsx index 99cd8c7cf..3403b6039 100644 --- a/src/users/entitlements/Entitlements.jsx +++ b/src/users/entitlements/Entitlements.jsx @@ -139,6 +139,7 @@ export default function Entitlements({