From 49523f34cbfa202fb1780e6eca01f2c3c349b223 Mon Sep 17 00:00:00 2001 From: burnettk Date: Wed, 10 May 2023 22:58:12 -0400 Subject: [PATCH] make the space on the right match the space on the top --- spiffworkflow-frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiffworkflow-frontend/src/index.css b/spiffworkflow-frontend/src/index.css index 00bd2d8c1..b2167a890 100644 --- a/spiffworkflow-frontend/src/index.css +++ b/spiffworkflow-frontend/src/index.css @@ -223,7 +223,7 @@ h1.with-icons { #user-profile-toggletip .cds--popover--bottom-right .cds--popover-content { bottom: 11px; - right: -2px; + right: -5px; border-radius: 5px; border: 3px solid black; }