Skip to content

Commit 1bf8d45

Browse files
committed
remove table-responsive since we are now using reflow instead
1 parent b4145d4 commit 1bf8d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprinkles/admin/templates/components/tables/table-paginated.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<input type="search" class="form-control" data-column="all">
77
<i class="fa fa-search form-control-icon" aria-hidden="true"></i>
88
</div>
9-
<div class="table-responsive">
9+
<div class="table">
1010
{% block table %}
1111
{# Define your table skeleton in this block in your child template #}
1212
{% endblock %}

0 commit comments

Comments
 (0)