From 61952f23ad2978d9be22220369afbd618a5607e7 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Fri, 30 Sep 2022 09:13:44 -0600 Subject: [PATCH] Gh 3882 - Fixes layout for ConfirmAddUserForNotification (#3887) * retrieve all team members for specific lists * retrieve all team members for specific lists * final fixes * update to use enum * unit test fixes * lint fixes * fix integration test * fixup integration test * fix issues with making board private * update to make webapp and server enums match * fix to add member in correct role * remove unnecessary property, check Open/Private board * cleanup confirm for non admin * some final cleanup * move default to webapp * only allow greater roles in drop down, change property name to minimumRole * update z-index label, incorrect one used * revert margin change Co-authored-by: Mattermod --- webapp/src/components/confirmAddUserForNotifications.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/confirmAddUserForNotifications.scss b/webapp/src/components/confirmAddUserForNotifications.scss index d83d14797..cf2af1e7c 100644 --- a/webapp/src/components/confirmAddUserForNotifications.scss +++ b/webapp/src/components/confirmAddUserForNotifications.scss @@ -14,14 +14,14 @@ .permissions-title { width: 250px; position: relative; - top: -10px; + top: -3px; left: 6px; height: 0; text-align: left; font-size: 12px; label { - @include z-index(modal-permission-label); + @include z-index(modal-permissions-label); position: absolute; padding: 0 5px; margin: 0;