We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cc3a1 commit 39d5187Copy full SHA for 39d5187
adminforth/spa/src/components/Filters.vue
@@ -18,11 +18,11 @@
18
</h5>
19
20
<div class="py-4 ">
21
- <ul class="space-y-3 font-medium">
+ <ul class="space-y-3 font-medium text-sm">
22
<li v-for="c in columnsWithFilter" :key="c">
23
<div class="flex flex-col">
24
<div class="flex justify-between items-center">
25
- <p class="dark:text-gray-400 h-7 my-1">{{ c.label }}</p>
+ <p class="dark:text-gray-400 my-1">{{ c.label }}</p>
26
<Tooltip v-if="filtersStore.filters.find(f => f.field === c.name)">
27
<button
28
class=" flex items-center justify-center w-7 h-7 my-1 hover:border rounded-md hover:bg-gray-100 dark:hover:bg-gray-700"
0 commit comments