Skip to content

Commit

Permalink
Delete input additional left margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Feb 7, 2024
1 parent 3fd2b89 commit fc6972f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const ContractInput = ({ setForm, form, stateObjectKey, paramType }: Cont
};

return (
<div className="flex flex-col gap-1 w-full pl-2">
<div className="flex flex-col gap-1 w-full">
<div className="flex items-center">
{paramType.name && <span className="text-xs font-medium mr-2">{paramType.name}</span>}
<span className="block text-xs font-extralight">{paramType.type}</span>
Expand Down

0 comments on commit fc6972f

Please sign in to comment.