From add9c98ba04755b0548783a1284df31a68a57df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 14 Feb 2024 12:05:26 +0100 Subject: [PATCH] :bug: Fix email tags not being shown in invite members modal --- frontend/src/app/main/ui/dashboard/team.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/dashboard/team.scss b/frontend/src/app/main/ui/dashboard/team.scss index be1f9a613..51cd9ac4f 100644 --- a/frontend/src/app/main/ui/dashboard/team.scss +++ b/frontend/src/app/main/ui/dashboard/team.scss @@ -727,4 +727,5 @@ .email-input { @extend .input-base; + height: auto; }