Skip to content

Commit

Permalink
refactor(form): remove unused Help Text and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 16, 2023
1 parent ab2513f commit 8d3a0f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benefits/core/templates/core/includes/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
</div>

{% if form.submit_value %}
<div class="row d-flex flex-column-reverse justify-content-lg-end flex-lg-row pt-8">
{% if help_text %}
<div class="col-lg-9 d-flex align-items-end flex-row-reverse col-sm-8 offset-sm-2 offset-lg-0 offset-2 col-8">
<p class="pt-4 pt-lg-0">{{ help_text }}</p>
</div>
{% endif %}
<div class="row d-flex justify-content-lg-end pt-8">
<div class="col-lg-3 offset-2 offset-sm-2 offset-lg-0 col-sm-8 col-8">
<button class="btn btn-lg btn-primary spinner-hidden d-flex justify-content-center align-items-center"
data-action="submit"
Expand Down

0 comments on commit 8d3a0f8

Please sign in to comment.