diff --git a/CHANGES.md b/CHANGES.md index b3df748a5..16f841339 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,6 +33,7 @@ - Fix problem displaying team statistics [#859](https://github.com/penpot/penpot/issues/859) - Fix problems with text editor selection [Taiga #1546](https://tree.taiga.io/project/penpot/issue/1546) - Fix problem when opening the context menu in dashboard at the bottom [#856](https://github.com/penpot/penpot/issues/856) +- Fix visual problem with group invite[Taiga #1290](https://tree.taiga.io/project/penpot/issue/1290) ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index 6c0f4fa01..6688ffebe 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -24,7 +24,8 @@ } .custom-select { - width: 103px + width: 103px; + overflow: hidden; } .action-buttons {