We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8039073 commit ce6e979Copy full SHA for ce6e979
src/unfold/templates/unfold/helpers/fieldset_row.html
@@ -1,5 +1,5 @@
1
<div class="form-row
2
- {% if adminform.model_admin.compressed_fields %} border-b border-gray-200 -mx-3 px-3 pt-3 first:pt-0 last:border-b-0{% endif %}
+ {% if adminform.model_admin.compressed_fields %} border-b border-gray-200 -mx-3 px-3 pt-3 first:pt-0 dark:border-gray-800 last:border-b-0{% endif %}
3
{% if not line.fields|length == 1 %} flex flex-row flex-wrap gap-x-8{% endif %}
4
{% if not line.has_visible_field %} hidden{% endif %}
5
{% for field in line %}{% if field.field.name %} field-{{ field.field.name }}{% endif %}{% endfor %}">
0 commit comments