Fixed search width

This commit is contained in:
Lucas Oliveira 2023-11-16 11:08:48 -03:00
commit 5d145bd15a

View file

@ -147,7 +147,7 @@ export default function StorePage(): JSX.Element {
<Input
disabled={loading}
placeholder="Search Flows and Components"
className="absolute h-12 px-5"
className="absolute h-12 pl-5 pr-12"
onChange={(e) => {
setInputText(e.target.value);
}}