From 0108c161ae3214a5ed032fc5c5f2062bf6093d97 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 15 Dec 2017 12:57:06 -0500 Subject: [PATCH] adding glm-row to the warning messages in the cart page cart page had text going off to the side because it was a missing class --- views/front/registrations/cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/registrations/cart.html b/views/front/registrations/cart.html index 65031fb..9d4311a 100644 --- a/views/front/registrations/cart.html +++ b/views/front/registrations/cart.html @@ -21,7 +21,7 @@ {/if} {if !$cart.validated} -
+
Please Note:
    {foreach $cart.messages as $m} -- 2.17.1