Skip to content

Commit

Permalink
refactor: move link style to editor.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mismosmi committed Oct 26, 2023
1 parent 259c8e7 commit 02839d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/link/link-richtext-support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function Link({
}

return (
<span {...attributes} className="inline-flex gap-1">
<span {...attributes} className="fm-editor-link">
<a
href={element.url}
className="underline"
Expand Down

0 comments on commit 02839d9

Please sign in to comment.