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 <[email protected]>
AuthorDate: Thu Dec 19 17:01:30 2024 +0800
fix:admonition style (#1546)

Co-authored-by: liyang <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]