Skip to content

Commit

Permalink
fix(css): Use single quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Jul 25, 2024
1 parent da53816 commit a4f5ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ div.ProseMirror {
margin-top: 0;
}

.heading-anchor[contenteditable="false"] {
.heading-anchor[contenteditable='false'] {
// Shrink clickable area of anchor permalinks to not overlay the heading
width: 1em;
opacity: 0;
Expand Down

0 comments on commit a4f5ffb

Please sign in to comment.