From 98cbe5762a2682245a7afafdb7660e9593c78f97 Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Wed, 13 May 2020 21:13:29 -0300 Subject: [PATCH] Remove unused css property from image in cancel email --- app/views/spree/order_mailer/cancel_email.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)