From 50b4695cf5097e19f1088f37005421b43710a068 Mon Sep 17 00:00:00 2001 From: lzd <24379844+lzdw@users.noreply.github.com> Date: Mon, 23 Sep 2019 18:50:35 +0800 Subject: [PATCH] Admin/user: fix textarea postion in 'Pending Invites' to avoid page scrolling (#19288) * hide textarea element after click 'Copy Invite' button on firefox --- public/app/features/users/InviteeRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/users/InviteeRow.tsx b/public/app/features/users/InviteeRow.tsx index 3844ab45e98..9035e8f0a3f 100644 --- a/public/app/features/users/InviteeRow.tsx +++ b/public/app/features/users/InviteeRow.tsx @@ -31,7 +31,7 @@ class InviteeRow extends PureComponent {