From b06d2cf30f5dc4e690263025d69852c2e1853962 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) --- .../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) => { - - {user.login} + + + {user.login} + - - {user.email} + + + {user.email} + - - {user.name} + + + {user.name} + {user.lastSeenAtAge && {user.lastSeenAtAge}}