This is an automated email from the ASF dual-hosted git repository.
hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new ba5992f48 docs(katex): remove custom .katex style to address math
expression duplication issue (#1129)
ba5992f48 is described below
commit ba5992f482337e206aef91d6f170ec2bdd3332ce
Author: Tim Hsiung <[email protected]>
AuthorDate: Fri Mar 6 18:30:32 2026 +0800
docs(katex): remove custom .katex style to address math expression
duplication issue (#1129)
---
website/src/css/custom.css | 1 -
1 file changed, 1 deletion(-)
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 1280369d5..c1c0459cf 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -161,7 +161,6 @@
/* Math equations styling */
.katex-display {
- overflow-x: auto;
padding: 1rem 0;
}