fix: cleanup ui and improve consistency in input elements (#3494)

This commit is contained in:
Liyas Thomas
2023-11-06 10:56:15 +05:30
committed by GitHub
parent bdb63e99d5
commit 0aa5825d8b
4 changed files with 7 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
v-model="filterText"
type="search"
autocomplete="off"
class="flex flex-1 p-4 py-2 bg-transparent"
class="flex w-full p-4 py-2 bg-transparent h-8"
:placeholder="`${t('action.search')}`"
/>
<div class="flex">