From 14350358d6ce16c12d544b919fc8cf87b3af7d55 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Wed, 29 Jun 2022 15:21:30 +0200 Subject: [PATCH] added max width to email of 400px + title to overflowing content --- modules/client/front/extended-list/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/front/extended-list/index.html b/modules/client/front/extended-list/index.html index b45a0bc5f4..784e88b8a9 100644 --- a/modules/client/front/extended-list/index.html +++ b/modules/client/front/extended-list/index.html @@ -162,7 +162,7 @@ {{::client.province | dashIfEmpty}} {{::client.city | dashIfEmpty}} {{::client.postcode | dashIfEmpty}} - {{::client.email | dashIfEmpty}} + {{::client.email | dashIfEmpty}} {{::client.created | date:'dd/MM/yyyy'}} {{::client.businessType | dashIfEmpty}} {{::client.payMethod | dashIfEmpty}}