/* To let <br> generated by the visual editor be hidden */
mjx-container[display="true"] + br {
	display: none;
}

/* To solve the width problem caused by MathJax */
.entry-content > * {
	overflow-x: auto;
}