refactor: adjust width and shrink behavior of filter input
This commit is contained in:
parent
3b3c8120b8
commit
ca7227ffc5
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
multiple
|
||||
size="sm"
|
||||
icon="i-lucide-list-filter"
|
||||
class="order-last w-full sm:order-0 sm:w-48"
|
||||
class="w-44 shrink-0 sm:w-48"
|
||||
:ui="{ content: 'min-w-48' }"
|
||||
>
|
||||
<template #default>
|
||||
|
|
|
|||
Loading…
Reference in a new issue