clean up search form behaviour
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user