Fix rich text comments in Safari

This commit is contained in:
yflory 2021-01-19 16:03:50 +01:00
parent 3dfc4dcba0
commit e5c52f50af

View file

@ -54,6 +54,8 @@
height: unset !important;
max-height: 140px; // 6 lines
padding: 3px 5px;
user-select: text;
-webkit-user-select: text; // fix for iOS (can't type in contenteditable if user-select none)
}
margin-bottom: 5px;
}