Skip to content

Commit

Permalink
Fixed padding on conditional display
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Mar 14, 2020
1 parent c591263 commit 6eef92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/themes/Cloth/checkout-blockonomics.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
{{@root.session.customerEmail}}
</li>
</ul>
{{#ifCond @root.session.totalCartShipping '>' 0}}
<ul class="list-group bottom-pad-15">
{{#ifCond @root.session.totalCartShipping '>' 0}}

<li class="list-group-item">
<div class="row">
<div class="col-md-6">
Expand All @@ -34,9 +35,8 @@
</div>
</div>
</li>
{{else}}
{{/ifCond}}
</ul>
{{/ifCond}}
<ul class="list-group bottom-pad-15">
<li class="list-group-item">
<div class="row">
Expand Down

0 comments on commit 6eef92c

Please sign in to comment.