1 | initial version |
I searched for style.min.css in folder where I have Sagemath 9.0 v 0.6.0 installed. I opened the file and removed '!important' from the following line (10967):
div.output_area .MathJax_Display {
text-align: left !important;
}
The mathjax output is now centered for me.