Fixed search width
This commit is contained in:
parent
ccd851cad0
commit
5d145bd15a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue