Skip to content
Snippets Groups Projects
Commit 3fa65a4e authored by chris's avatar chris
Browse files

fix width of note callout

parent 90f37878
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