From a507ab0e07c76f5dc5c5dc140cfe7b068e3c484b Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 26 Apr 2021 11:35:06 +0200 Subject: [PATCH] :bug: Fix visual problem with group invite --- CHANGES.md | 1 + frontend/resources/styles/main/partials/dashboard-team.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {