clean up search form behaviour

This commit is contained in:
2026-01-23 09:59:39 +01:00
parent f05afd8491
commit 114b7a51d1
5 changed files with 46 additions and 34 deletions
-8
View File
@@ -1,16 +1,8 @@
<main class="flex-1 overflow-hidden">
<div class="max-w-7xl mx-auto px-4 h-full flex flex-col py-6">
<div class="flex items-center justify-between mb-4">
<div>
<h2 class="text-lg font-bold text-slate-900">Translation Table
<button type="button"
class="text-xs font-semibold uppercase tracking-wider text-slate-500 hover:text-slate-700 inline-flex items-center p-1"
aria-expanded="false"
aria-controls="entries_filters"
data-toggle-filters>
Show Filters
</button>
</h2>
</div>