Skip to content

Commit

Permalink
Merge pull request #606 from longhotsummer/patch-1
Browse files Browse the repository at this point in the history
Fieldset uses col-9 not col-7
  • Loading branch information
farridav authored Nov 28, 2024
2 parents 0d865b4 + 7963485 commit 51fe37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jazzmin/templates/admin/includes/fieldset.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<span class="text-red">* </span>
{% endif %}
</label>
<div class="{% if not line.fields|length == 1 %} col-auto fieldBox {% else %} col-sm-7 {% endif %}
<div class="{% if not line.fields|length == 1 %} col-auto fieldBox {% else %} col-sm-9 {% endif %}
{% if field.field.name %} field-{{ field.field.name }}{% endif %}
{% if not field.is_readonly and field.errors %} errors{% endif %}
{% if field.field.is_hidden %} hidden {% endif %}
Expand Down

0 comments on commit 51fe37a

Please sign in to comment.