Fix rich text comments in Safari
parent
3dfc4dcba0
commit
e5c52f50af
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue