This is an automated email from the ASF dual-hosted git repository.

jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 90a6b123ac7 fix:admonition style (#1546)
90a6b123ac7 is described below

commit 90a6b123ac7c05d26de361ecf4879c5a49b24719
Author: yangon <2689991...@qq.com>
AuthorDate: Thu Dec 19 17:01:30 2024 +0800

    fix:admonition style (#1546)
    
    
![62af2a86-d27c-4e81-ab79-d2be8db94197](https://github.com/user-attachments/assets/8ab8c39e-7709-46ff-a118-7af76ff57827)
    
    Co-authored-by: liyang <liy...@selectdb.com>
---
 src/theme/Admonition/Layout/styles.module.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/theme/Admonition/Layout/styles.module.css 
b/src/theme/Admonition/Layout/styles.module.css
index 3f5fe3be285..26af2fdb158 100644
--- a/src/theme/Admonition/Layout/styles.module.css
+++ b/src/theme/Admonition/Layout/styles.module.css
@@ -34,5 +34,5 @@
 }
 
 .admonitionContent> :last-child {
-  margin-bottom: 0;
+  margin-bottom: 0 !important;
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to