Open
Description
A horizontal rule element is not given any editor specific class name to target the styling. Adding a class similar to other nodes would allow to target the hr
inside editor without effecting all other hr
elements of the application.
<hr class="" data-lexical-decorator="true" contenteditable="false">
Activity