Skip to content
Snippets Groups Projects
Commit 38580bfe authored by chris's avatar chris
Browse files

make outer span inline-block

parent cb6da7f5
No related branches found
No related tags found
No related merge requests found
Pipeline #57303 passed with stages
in 3 minutes and 55 seconds
......@@ -24,6 +24,12 @@ const EditorWrapper = styled.div`
outline: none;
}
span {
display: inline-block;
width: 24px;
height: 24px;
}
p.empty-node:first-child::before {
content: attr(data-content);
}
......
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