replace non-breaking-space with html entity

This commit is contained in:
Hans Pagel
2020-09-27 11:01:25 +02:00
parent 5d9b16c9f1
commit 49b47c837b
16 changed files with 79 additions and 79 deletions

View File

@@ -8,7 +8,7 @@ The whole editor is rendered inside of a container with the class `.ProseMirror`
```css
/* Scoped to the editor */
.ProseMirror p {
.ProseMirror p {
margin: 1em 0;
}
```
@@ -17,7 +17,7 @@ If youre rendering the stored content somewhere, there wont be a `.ProseMi
```css
/* Global styling */
p {
p {
margin: 1em 0;
}
```