瀏覽代碼

mathjax: Horizontally scroll long equations

Close #496
George Cushen 7 年之前
父節點
當前提交
9b1be1019d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      layouts/partials/css/academic.css

+ 4 - 0
layouts/partials/css/academic.css

@@ -183,6 +183,10 @@ pre code {
   overflow-x: auto;
 }
 
+.mjx-chtml {
+  overflow-x: auto; /* Horizontally scroll long equations. */
+}
+
 hr {
   border: 0;
   height: 1px;