From 82c11087d3c3ee5ae4370d0ded6165522a8e8b43 Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Mon, 30 Sep 2024 13:32:21 +0000 Subject: [PATCH] =?UTF-8?q?model,=E4=B8=BB=E4=BD=93=E5=8F=B3=E7=A7=BB?= =?UTF-8?q?=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/App/App.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index ffd7f30..38d38ef 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -863,9 +863,10 @@ span.formula_line::-webkit-scrollbar-track { .model-font p { padding-right: 20% !important; - padding-left: 20px; } + + .footer-container { display: flex; flex-direction: column; @@ -1286,3 +1287,8 @@ span.formula_line::-webkit-scrollbar-track { height: auto; width: 60vw; } + + +.col-10.model-font{ + padding-left: 40px; +} \ No newline at end of file -- GitLab