From e4f4db82da7b7af1eb812c159148dceac5ab319c Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 20 Jun 2014 09:58:49 +1000 Subject: [PATCH] Tweak markup for producer modal --- app/assets/javascripts/templates/map_modal_producer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/map_modal_producer.html.haml b/app/assets/javascripts/templates/map_modal_producer.html.haml index 804a81111e..23ae109b3e 100644 --- a/app/assets/javascripts/templates/map_modal_producer.html.haml +++ b/app/assets/javascripts/templates/map_modal_producer.html.haml @@ -13,7 +13,7 @@ %h5.modal-header About .about-container %img.enterprise-logo{"bo-src" => "enterprise.logo", "bo-if" => "enterprise.logo"} - %p.modal-small{"ng-bind-html" => "enterprise.long_description"} + %p.text-small{"ng-bind-html" => "enterprise.long_description"} .small-12.large-4.columns %ng-include{src: "'partials/contact.html'"} %ng-include{src: "'partials/follow.html'"}