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
commit 60f87fd294e169e7ce471d593c529d5319e7f766 Author: shuai <lishuail...@sifou.com> AuthorDate: Fri May 30 11:08:58 2025 +0800 fix: optimization hr's style --- ui/src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/index.scss b/ui/src/index.scss index b299a993..59de8d9a 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -209,7 +209,7 @@ img[src=''] { .fmt { width: 100%; hr { - height: 1.5rem; + height: 3px; border: none; position: relative; overflow: visible;