Remove blank space
This commit is contained in:
parent
ccb7947b40
commit
5eef2774a2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export default function InputComponent({
|
|||
}}
|
||||
>
|
||||
<>
|
||||
<div className={"relative mt-1"}>
|
||||
<div className={"relative mt-1 "}>
|
||||
<Transition
|
||||
show={showOptions}
|
||||
as={Fragment}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue