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 d2768b1f11463553d032168bd9fccaa88cb37155 Author: shuai <lishuail...@sifou.com> AuthorDate: Fri May 30 11:22:00 2025 +0800 fix: hr tag's margin use 1.5rem --- ui/src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/index.scss b/ui/src/index.scss index 59de8d9a..fb1e06a7 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -216,6 +216,7 @@ img[src=''] { text-align: center; opacity: 1; flex: none; + margin: 1.5rem 0; &::before { content: ''; position: absolute;