0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix text selection in comments

This commit is contained in:
alonso.torres 2021-03-26 10:37:19 +01:00 committed by Andrey Antukh
parent 0a3b244f44
commit 66f88576e1
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@
- Updates worksans font [#744](https://github.com/penpot/penpot/issues/744) - Updates worksans font [#744](https://github.com/penpot/penpot/issues/744)
- Fix problem with team management in dashboard [Taiga #1475](https://tree.taiga.io/project/penpot/issue/1475) - Fix problem with team management in dashboard [Taiga #1475](https://tree.taiga.io/project/penpot/issue/1475)
- Fix problem with blending modes in masks [Taiga #1476](https://tree.taiga.io/project/penpot/issue/1476) - Fix problem with blending modes in masks [Taiga #1476](https://tree.taiga.io/project/penpot/issue/1476)
- Fix text selection in comments [#745](https://github.com/penpot/penpot/issues/745)
### :arrow_up: Deps updates ### :arrow_up: Deps updates

View file

@ -42,6 +42,7 @@
border-radius: 2px; border-radius: 2px;
min-width: 280px; min-width: 280px;
max-width: 280px; max-width: 280px;
user-select: text;
.comments { .comments {
max-height: 420px; max-height: 420px;