From 7c1c0bc8c1574467c13546a840dbb4a0006740df Mon Sep 17 00:00:00 2001
From: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Date: Fri, 3 Jul 2020 09:24:36 +0200
Subject: [PATCH] AdminUsersTable: Fix width (#26019)
(cherry picked from commit b06d2cf30f5dc4e690263025d69852c2e1853962)
---
.../app/features/admin/UserListAdminPage.tsx | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/public/app/features/admin/UserListAdminPage.tsx b/public/app/features/admin/UserListAdminPage.tsx
index 8c676cccdf4..6c27070a7d1 100644
--- a/public/app/features/admin/UserListAdminPage.tsx
+++ b/public/app/features/admin/UserListAdminPage.tsx
@@ -99,14 +99,20 @@ const renderUser = (user: UserDTO) => {
-