From acfc82ee0504924f421563214c6d8c711279d51e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 16 Jan 2017 09:28:21 -0500 Subject: [PATCH] Contact list on small view looked squished Changed the 6-column on small to small-12 medium-6 so it all fits in small view. --- views/front/contacts/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 6904503..8eb904c 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -73,7 +73,7 @@ and open the template in the editor. {$contact.lname}, {$contact.fname}
-
+
{if $contact.title}
{$contact.title}
{/if} {if $contact.ref_type.name}
@@ -92,7 +92,7 @@ and open the template in the editor.
{/if} {if $contact.county}
{$contact.county} County
{/if}
-
+
{if $contact.office_phone}
{$contact.office_phone}
{/if} {if $contact.fax}
{$contact.fax}
{/if} {if $contact.email}{/if} -- 2.17.1