From 723858665272582e4240716ddc98b36d154704d2 Mon Sep 17 00:00:00 2001 From: Sonia Appasamy Date: Thu, 16 Nov 2023 13:53:57 -0500 Subject: [PATCH] client/web: fix margins on login popover Updates #10261 Signed-off-by: Sonia Appasamy --- client/web/src/components/login-toggle.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/web/src/components/login-toggle.tsx b/client/web/src/components/login-toggle.tsx index d96f71ca3..0ca903aa9 100644 --- a/client/web/src/components/login-toggle.tsx +++ b/client/web/src/components/login-toggle.tsx @@ -137,7 +137,7 @@ function LoginPopoverContent({ return (
-
+
{!auth.canManageNode ? "Viewing" : "Managing"} {auth.viewerIdentity && ` as ${auth.viewerIdentity.loginName}`}
@@ -181,7 +181,7 @@ function LoginPopoverContent({ ))} {auth.viewerIdentity && ( <> -
+