diff --git a/CHANGES.md b/CHANGES.md index 20f76d437..c44241f99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -53,6 +53,7 @@ - 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 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 diff --git a/frontend/resources/styles/main/partials/comments.scss b/frontend/resources/styles/main/partials/comments.scss index 216de4c2a..cc6248efa 100644 --- a/frontend/resources/styles/main/partials/comments.scss +++ b/frontend/resources/styles/main/partials/comments.scss @@ -42,6 +42,7 @@ border-radius: 2px; min-width: 280px; max-width: 280px; + user-select: text; .comments { max-height: 420px;