From a2973ac6d88f8bea16e2aa9f8fc9914e6c2f77c4 Mon Sep 17 00:00:00 2001
From: Kang Wang <888666wang4286@gmail.com>
Date: Sun, 22 Sep 2024 15:30:39 +0000
Subject: [PATCH] Update file App.css

---
 src/containers/App/App.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index e378ef5..47ae68f 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -713,6 +713,9 @@ footer a:hover {
 
 div.formula_content{
   position: relative;
+  max-width: 80%; 
+  overflow-x: auto; 
+  white-space: nowrap; 
 }
 
 div.formula_content .formula_number {
@@ -722,3 +725,13 @@ div.formula_content .formula_number {
   transform: translateY(-50%);
 }
 
+
+.mathjax-provider {
+  display: flex;
+  justify-content: space-between; 
+  align-items: center; 
+  margin: 10px 0;
+}
+
+
+
-- 
GitLab