diff --git a/CRM/Admin/Form/MessageTemplates.php b/CRM/Admin/Form/MessageTemplates.php index 61b1fa258813..6b9ae4fe956e 100644 --- a/CRM/Admin/Form/MessageTemplates.php +++ b/CRM/Admin/Form/MessageTemplates.php @@ -171,6 +171,7 @@ public function buildQuickForm() { 'cols' => '80', 'rows' => '8', 'onkeyup' => "return verify(this)", + 'class' => 'crm-wysiwyg-fullpage', ) ); } diff --git a/ang/crmMailing/BodyHtml.html b/ang/crmMailing/BodyHtml.html index c8400c60bc04..730beecdd866 100644 --- a/ang/crmMailing/BodyHtml.html +++ b/ang/crmMailing/BodyHtml.html @@ -14,6 +14,7 @@ crm-ui-insert-rx="insert:body_html" ng-model="mailing.body_html" ng-blur="checkTokens(mailing, 'body_html', 'insert:body_html')" + class="crm-wysiwyg-fullpage" >