Skip to content

Commit 80d0095

Browse files
authored
Merge pull request #20 from openclassify/spektra2147-fix-1-1
fix for filters not showing
2 parents 55db5f7 + b507448 commit 80d0095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/table/partials/filters.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ icon(table.options.filters.filter_icon ?: 'filter') }}
99
{{ trans(table.options.filters.filter_text ?: 'streams::button.filter') }}
1010
</div>
11-
<div class="collapse" id="t10">
11+
<div class="" id="t10">
1212
<div class="container-fluid">
1313
<div class="row">
1414
{% for filter in table.filters %}
@@ -92,4 +92,4 @@
9292
width: 100% !important;
9393
}
9494
}
95-
</style>
95+
</style>

0 commit comments

Comments
 (0)