From f9c0edbd0ce10440ed4f86ea6448c358dd017e70 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 19 Oct 2022 11:15:17 +0100 Subject: [PATCH] Set fixed cell widths for users list table To prevent certain cells squashing others. Related to #3787. --- resources/views/users/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/users/index.blade.php b/resources/views/users/index.blade.php index 953a12900..03eae2c00 100644 --- a/resources/views/users/index.blade.php +++ b/resources/views/users/index.blade.php @@ -25,14 +25,14 @@ - - + - - +
+ {{ trans('auth.name') }} / {{ trans('auth.email') }} {{ trans('settings.role_user_roles') }} + {{ trans('settings.role_user_roles') }} {{ trans('settings.users_latest_activity') }}