fix: Text caret not placed in new math block after creation
fix: Excessive padding on inline math node
This commit is contained in:
@@ -268,6 +268,11 @@ width: 100%;
|
||||
padding: ${props.editorStyle?.padding ?? "initial"};
|
||||
margin: ${props.editorStyle?.margin ?? "initial"};
|
||||
|
||||
.ProseMirror {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
& > .ProseMirror-yjs-cursor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user