mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-08 00:37:42 +00: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%; }
|
.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