mirror of
https://github.com/langgenius/dify.git
synced 2026-04-02 04:39:48 +08:00
fix: adjust padding in search box component for improved layout
This commit is contained in:
parent
a67589d5db
commit
1022e67fb6
@ -44,7 +44,7 @@ const SearchBox = ({
|
||||
)
|
||||
}>
|
||||
<div className='relative flex grow items-center p-1 pl-2'>
|
||||
<div className='mr-2 flex w-full items-center'>
|
||||
<div className='mr-2 flex w-full items-center pr-7'>
|
||||
<RiSearchLine className='mr-1.5 size-4 text-text-placeholder' />
|
||||
<input
|
||||
className={cn(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user