/*!
 * VisualEditor ContentEditable HorizontalRuleNode styles.
 *
 * @copyright See AUTHORS.txt
 */

.ve-ce-horizontalRuleNode {
	/* Prevent margin collapse of child <hr> so the node has a reasonable height to click on */
	overflow: auto;
}
