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 a963f5a8 fix: hr tag's margin use 1.5rem
a963f5a8 is described below

commit a963f5a88122213b0a6e1b4588880c9cafaab95e
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;

Reply via email to