/*! * VisualEditor ContentEditable HorizontalRuleNode styles. * * @copyright See AUTHORS.txt */ .ve-ce-horizontalRuleNode { /* Prevent margin collapse of child
so the node has a reasonable height to click on */ overflow: auto; }