0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 22:31:50 -05:00

🐛 Fix visual problem with group invite

This commit is contained in:
alonso.torres 2021-04-26 11:35:06 +02:00 committed by Andrés Moya
parent 1ee1cada9e
commit a507ab0e07
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -24,7 +24,8 @@
}
.custom-select {
width: 103px
width: 103px;
overflow: hidden;
}
.action-buttons {