mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-27 21:43:20 +03:00
Fixed cursors in the editor (#5745)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
2195ccc5c2
commit
00d579adfd
@ -371,3 +371,9 @@ pre.proseCodeBlock > pre.proseCode {
|
||||
}
|
||||
|
||||
.proseHeading { line-height: 110%; }
|
||||
|
||||
// Fixes for cursors
|
||||
.ProseMirror {
|
||||
h1, h2, h3, p, pre, code { cursor: text; }
|
||||
p div { cursor: auto; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user