From 209c9242d96b914fe68252df03abb9cc8488753d Mon Sep 17 00:00:00 2001 From: Keir Osborn Date: Wed, 11 Jan 2017 02:39:58 +0000 Subject: [PATCH] remove word-wrap class from enterprise.email_address and enterprise.website in javascripts/templates/partials/contact.html.haml --- app/assets/javascripts/templates/partials/contact.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/partials/contact.html.haml b/app/assets/javascripts/templates/partials/contact.html.haml index d173bcf366..9779dd0f3e 100644 --- a/app/assets/javascripts/templates/partials/contact.html.haml +++ b/app/assets/javascripts/templates/partials/contact.html.haml @@ -3,9 +3,9 @@ %p.modal-header {{'contact' | t}} %p{"ng-if" => "::enterprise.phone", "ng-bind" => "::enterprise.phone"} - %p.word-wrap{"ng-if" => "::enterprise.email_address"} + %p{"ng-if" => "::enterprise.email_address"} %a{"ng-href" => "{{::enterprise.email_address | stripUrl}}", target: "_blank", mailto: true} %span.email{"ng-bind" => "::enterprise.email_address | stripUrl"} - %p.word-wrap{"ng-if" => "enterprise.website"} + %p{"ng-if" => "enterprise.website"} %a{"ng-href" => "http://{{::enterprise.website | stripUrl}}", target: "_blank", "ng-bind" => "::enterprise.website | stripUrl"}