mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
🐛 Fix text selection in comments
This commit is contained in:
parent
0a3b244f44
commit
66f88576e1
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
border-radius: 2px;
|
||||
min-width: 280px;
|
||||
max-width: 280px;
|
||||
user-select: text;
|
||||
|
||||
.comments {
|
||||
max-height: 420px;
|
||||
|
|
Loading…
Reference in a new issue