Skip to content
Snippets Groups Projects
Commit 2c541812 authored by Christos's avatar Christos
Browse files

Merge branch 'notes-rerender' into 'master'

fix width of note callout

See merge request !69
parents 90f37878 3fa65a4e
No related branches found
No related tags found
1 merge request!69fix width of note callout
......@@ -15,8 +15,11 @@ export default css`
display: inline-block;
position: relative;
cursor: pointer;
width: 10px;
height: 10px;
background: black;
color: white;
text-align: center;
width: 17px;
height: 17px;
p {
display: none;
}
......@@ -25,7 +28,7 @@ export default css`
.ProseMirror footnote::after {
content: counter(footnote);
position: relative;
bottom: 5px;
bottom: 2px;
font-size: 16px;
counter-increment: footnote;
}
......
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