diff --git a/app/views/spree/order_mailer/cancel_email.html.haml b/app/views/spree/order_mailer/cancel_email.html.haml index e1b390996f..b708251420 100755 --- a/app/views/spree/order_mailer/cancel_email.html.haml +++ b/app/views/spree/order_mailer/cancel_email.html.haml @@ -6,7 +6,7 @@ = t(".customer_greeting", name: @order.bill_address.firstname) %h4 = t(".instructions_html", distributor: @order.distributor.name ) - %img.float-left{src: "#{@order.distributor.logo.url(:medium)}"} + %img{src: "#{@order.distributor.logo.url(:medium)}"} %p.callout = t(".dont_cancel", email: @order.distributor.contact.email)