0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Truncated search placeholder on mobile

This commit is contained in:
Sanne de Vries 2022-07-08 11:04:59 +02:00
parent 4fdeb02b55
commit 64bb0b3c50

View file

@ -120,7 +120,7 @@ function SearchBox() {
e.preventDefault();
}
}}
className='grow -my-5 py-5 -ml-3 pl-3 text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400 outline-none'
className='grow -my-5 py-5 -ml-3 pl-3 text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400 outline-none truncate'
placeholder='Search posts, tags, authors...'
/>
<Loading />