This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/test by this push:
     new 86a3da69 fix: The pre tag sets the maximum height #1168
86a3da69 is described below

commit 86a3da69deddf382e5395ef7017a5f6666bdfc6d
Author: shuai <[email protected]>
AuthorDate: Mon Nov 25 11:45:54 2024 +0800

    fix: The pre tag sets the maximum height #1168
---
 ui/src/index.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/index.scss b/ui/src/index.scss
index 6da6d336..7586e9a1 100644
--- a/ui/src/index.scss
+++ b/ui/src/index.scss
@@ -250,6 +250,7 @@ img[src=""] {
     background-color: var(--an-e9ecef);
     border-radius: 0.25rem;
     padding: 1rem;
+    max-height: 38rem;
   }
   blockquote {
     border-left: 0.25rem solid #ced4da;

Reply via email to