Skip to content

Commit

Permalink
Update user.tpl
Browse files Browse the repository at this point in the history
remove css class "spacer"; it sets height to 30px, so the form overlaps footer area and its inaccessible
  • Loading branch information
oligoform authored Jun 13, 2018
1 parent f19ec76 commit 3bce14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpl/form/user.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
[{/block}]
</div>
[{block name="user_shipping_address_form"}]
<div id="shippingAddress" class="spacer" [{if !$oView->showShipAddress()}] style="display: none;" [{/if}]>
<div id="shippingAddress" [{if !$oView->showShipAddress()}] style="display: none;" [{/if}]>
[{include file="form/fieldset/user_shipping.tpl" noFormSubmit=true}]
</div>
[{/block}]
Expand All @@ -97,4 +97,4 @@
</div>
[{/block}]
</form>
[{/block}]
[{/block}]

0 comments on commit 3bce14d

Please sign in to comment.