added max width to email of 400px + title to overflowing content #1017

Merged
joan merged 2 commits from 4268-client_list_scroll into dev 2022-06-30 12:22:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 14350358d6 - Show all commits

View File

@ -162,7 +162,7 @@
<td>{{::client.province | dashIfEmpty}}</td>
<td>{{::client.city | dashIfEmpty}}</td>
<td>{{::client.postcode | dashIfEmpty}}</td>
<td>{{::client.email | dashIfEmpty}}</td>
<td class="vn-w-xs" title="{{::client.email}}">{{::client.email | dashIfEmpty}}</td>
<td>{{::client.created | date:'dd/MM/yyyy'}}</td>
<td>{{::client.businessType | dashIfEmpty}}</td>
<td>{{::client.payMethod | dashIfEmpty}}</td>