base.css 615 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. /* Left-justify the MathJax preview in cell outputs. */
  6. .jp-OutputArea-output.jp-RenderedLatex .MathJax_Preview .MJXp-display {
  7. padding: var(--jp-code-padding);
  8. text-align: left !important;
  9. }
  10. /* Left-justify the MathJax display equation in cell outputs. */
  11. .jp-OutputArea-output.jp-RenderedLatex .MathJax_Display {
  12. text-align: left !important;
  13. }