[WEB-2496] style: fix invite member input alignment on error state. (#5658)
This commit is contained in:
parent
2153eda9a8
commit
f38755b755
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export const SendProjectInvitationModal: React.FC<Props> = observer((props) => {
|
|||
{fields.map((field, index) => (
|
||||
<div
|
||||
key={field.id}
|
||||
className="group mb-1 flex items-center justify-between gap-x-4 text-sm w-full"
|
||||
className="group mb-1 flex items-start justify-between gap-x-4 text-sm w-full"
|
||||
>
|
||||
<div className="flex flex-col gap-1 flex-grow w-full">
|
||||
<Controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue