If you want MathJax items to come on next line in WordPress then you can use the following CSS to fix the issue:
.MathJax {
display: flex;
}
If you want MathJax items to come on next line in WordPress then you can use the following CSS to fix the issue:
.MathJax {
display: flex;
}