@Jagster These should be good solutions. I originally wanted to set a horizontal scrollbar for the formula, but it was not successful.
.math-tex {
overflow-x: auto;
max-width: 100%;
padding: 5px 0;
display: block;
}
@Jagster These should be good solutions. I originally wanted to set a horizontal scrollbar for the formula, but it was not successful.
.math-tex {
overflow-x: auto;
max-width: 100%;
padding: 5px 0;
display: block;
}