From 46f0f1a698b025825a9157957a07290dd93995c1 Mon Sep 17 00:00:00 2001 From: colemanw Date: Mon, 4 Feb 2019 16:38:42 -0500 Subject: [PATCH] Remove redundant css class from activity subject field This is now being automatically assigned thanks to the change in 6e9c7c7 --- templates/CRM/Activity/Form/Activity.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Activity/Form/Activity.tpl b/templates/CRM/Activity/Form/Activity.tpl index fd2f4a3c75..28f9145495 100644 --- a/templates/CRM/Activity/Form/Activity.tpl +++ b/templates/CRM/Activity/Form/Activity.tpl @@ -114,7 +114,7 @@ {/if} - {$form.subject.label}{$form.subject.html|crmAddClass:huge} + {$form.subject.label}{$form.subject.html} {* CRM-7362 --add campaign to activities *} -- 2.25.1