adding glm-row to the warning messages in the cart page
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Dec 2017 17:57:06 +0000 (12:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Dec 2017 17:57:06 +0000 (12:57 -0500)
cart page had text going off to the side because it was a missing class

views/front/registrations/cart.html

index 65031fb..9d4311a 100644 (file)
@@ -21,7 +21,7 @@
 {/if}
 
   {if !$cart.validated}
-    <div class="glm-registrations-messages glm-reg-warning" style="clear: all;">
+    <div class="glm-registrations-messages glm-reg-warning glm-row" style="clear: all;">
         <i>Please Note:</i>
         <ul>
     {foreach $cart.messages as $m}