Skip to content

Commit c5036ea

Browse files
committed
fix: remove nowrap from changelist table
1 parent 81eeb01 commit c5036ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unfold/templates/admin/change_list_results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{% if results %}
1010
<div class="{% if cl.search_fields or cl.has_filters %}rounded-default lg:rounded-t-none lg:rounded-b-default{% else %}lg:rounded-default{% endif %} overflow-x-auto scrollbar-default border border-base-200 shadow-xs dark:border-base-800 bg-white dark:bg-base-900">
11-
<table id="result_list" class="result-list border-spacing-none border-separate whitespace-nowrap w-full" {% if cl.model_admin.ordering_field %}x-sort.ghost x-on:end="sortRecords" data-ordering-field="{{ cl.model_admin.ordering_field }}"{% endif %}>
11+
<table id="result_list" class="result-list border-spacing-none border-separate w-full" {% if cl.model_admin.ordering_field %}x-sort.ghost x-on:end="sortRecords" data-ordering-field="{{ cl.model_admin.ordering_field }}"{% endif %}>
1212
{% include 'unfold/helpers/change_list_headers.html' %}
1313

1414
{% for result in results %}

0 commit comments

Comments
 (0)