Skip to content
Snippets Groups Projects
Commit b10cbb39 authored by Jure's avatar Jure
Browse files

Merge branch '430_xpub-edit_eaten_spaces' into 'master'

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

Closes #430

See merge request pubsweet/pubsweet!458
parents 188aaeab 8112208e
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ export const withEditorStyle = Component => styled(Component).attrs({ ...@@ -70,6 +70,7 @@ export const withEditorStyle = Component => styled(Component).attrs({
&:focus .placeholder { &:focus .placeholder {
display: none; display: none;
} }
white-space: pre-wrap;
${contentStyles}; ${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