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/answer.git
The following commit(s) were added to refs/heads/test by this push:
new 5358650e fix: The page tag selector exceeds the page height, causing
the page to scroll.
5358650e is described below
commit 5358650e1233e743635acf1b69190e46bb1160a4
Author: shuai <[email protected]>
AuthorDate: Wed Dec 10 12:04:10 2025 +0800
fix: The page tag selector exceeds the page height, causing the page to
scroll.
---
ui/src/index.scss | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ui/src/index.scss b/ui/src/index.scss
index 13526113..78f54216 100644
--- a/ui/src/index.scss
+++ b/ui/src/index.scss
@@ -53,7 +53,9 @@ img[src=''] {
}
.page-main {
- overflow-x: auto;
+ min-width: 0;
+ overflow-wrap: break-word;
+ word-break: break-word;
}
.btn-link {