🐛 Fix text selection in comments

This commit is contained in:
alonso.torres 2021-03-26 10:37:19 +01:00
parent 0a3b244f44
commit 68eadcb24f
2 changed files with 2 additions and 0 deletions

View file

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