increase max width to show lonjg emails on user show
This commit is contained in:
parent
9a04f373f0
commit
dfd5c184af
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
<label>{{ __('Email') }}</label>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<span style="max-width: 250px;" class="d-inline-block text-truncate">
|
||||
<span style="max-width: 400px;" class="d-inline-block text-truncate">
|
||||
{{ $user->email }}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue