Set fixed cell widths for users list table

To prevent certain cells squashing others.
Related to #3787.
This commit is contained in:
Dan Brown 2022-10-19 11:15:17 +01:00
parent d084f225a0
commit f9c0edbd0c
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -25,14 +25,14 @@
<table class="table">
<tr>
<th></th>
<th>
<th width="9%"></th>
<th width="36%">
<a href="{{ sortUrl('/settings/users', $listDetails, ['sort' => 'name']) }}">{{ trans('auth.name') }}</a>
/
<a href="{{ sortUrl('/settings/users', $listDetails, ['sort' => 'email']) }}">{{ trans('auth.email') }}</a>
</th>
<th>{{ trans('settings.role_user_roles') }}</th>
<th class="text-right">
<th width="35%">{{ trans('settings.role_user_roles') }}</th>
<th class="text-right" width="20%">
<a href="{{ sortUrl('/settings/users', $listDetails, ['sort' => 'last_activity_at']) }}">{{ trans('settings.users_latest_activity') }}</a>
</th>
</tr>