4
0
forked from crowetic/commerce

Fix search input overflowing over icon

This commit is contained in:
paco 2020-10-08 13:31:59 -06:00
parent 8983f51e2c
commit 7454f920ec
No known key found for this signature in database
GPG Key ID: CD243AF4E535B475

View File

@ -1,5 +1,5 @@
.input {
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out rounded-lg text-gray-600 placeholder-accent-4;
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out rounded-lg text-gray-600 placeholder-accent-4 pr-10;
min-width: 300px;
}