Skip to content

Commit ce6e979

Browse files
authored
fix: compressed fields dark mode border (#467)
1 parent 8039073 commit ce6e979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/helpers/fieldset_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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 %}
2+
{% 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 %}
33
{% if not line.fields|length == 1 %} flex flex-row flex-wrap gap-x-8{% endif %}
44
{% if not line.has_visible_field %} hidden{% endif %}
55
{% for field in line %}{% if field.field.name %} field-{{ field.field.name }}{% endif %}{% endfor %}">

0 commit comments

Comments
 (0)