[WEB-2496] style: fix invite member input alignment on error state. (#5658)

This commit is contained in:
Prateek Shourya 2024-09-23 18:56:22 +05:30 committed by GitHub
parent 2153eda9a8
commit f38755b755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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