0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix email tags not being shown in invite members modal

This commit is contained in:
Belén Albeza 2024-02-14 12:05:26 +01:00 committed by Andrey Antukh
parent ee8cdfc7d3
commit add9c98ba0

View file

@ -727,4 +727,5 @@
.email-input {
@extend .input-base;
height: auto;
}