Skip to content

Commit

Permalink
FieldWithButtons space issue (#116)
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
smithdc1 committed Jul 6, 2022
1 parent 31f1166 commit 7136000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</label>
{% endif %}

<div{% if field_class %}class="{{ field_class }}"{% endif %}>
<div{% if field_class %} class="{{ field_class }}"{% endif %}>
<div class="input-group{% if input_size %} {{ input_size }}{% endif %}">
{% if field.errors %}
{% crispy_field field 'class' 'form-control is-invalid' %}
Expand Down

0 comments on commit 7136000

Please sign in to comment.