This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch feat/1.6.1/md in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/feat/1.6.1/md by this push: new 07217e25 fix: optimization hr's style 07217e25 is described below commit 07217e25ab6cbb7a5bc525430ddc52e2889dce33 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;