Skip to content
Prev Previous commit
Next Next commit
fix(css): Use single quotes
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jul 29, 2024
commit e4488645dae1746aaa7af2fd5ac3dd6cc66861a6
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