Skip to content
Snippets Groups Projects

Find and replace

Merged Christos requested to merge find-and-replace into master
2 files
+ 23
22
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,6 +14,7 @@ export default css`
.ProseMirror {
background: white;
counter-reset: footnote;
line-height: 1.6;
${fontWriting}
p::selection,
@@ -45,7 +46,7 @@ export default css`
}
.ProseMirror footnote {
font-size: 0;
font-variant-numeric: lining-nums proportional-nums;
display: inline-block;
text-align: center;
width: 17px;