Skip to content
Snippets Groups Projects
Commit 8112208e authored by jyenes's avatar jyenes
Browse files

fix(xpub-edit): spaces are being eaten on firefox

there is an outstanding issue on ProseMirror (https://github.com/ProseMirror/prosemirror/issues/651)
to prevent that a css property can be added ```

#430
parent 188aaeab
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ export const withEditorStyle = Component => styled(Component).attrs({
&:focus .placeholder {
display: none;
}
white-space: pre-wrap;
${contentStyles};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment