This is an automated email from the ASF dual-hosted git repository. kassiez 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 f65c7e55a88 fix:li margin-bottom (#1539) f65c7e55a88 is described below commit f65c7e55a88e753ef4fd7fce5da52f360f3ab464 Author: yangon <2689991...@qq.com> AuthorDate: Thu Dec 19 15:16:11 2024 +0800 fix:li margin-bottom (#1539)  Co-authored-by: liyang <liy...@selectdb.com> --- src/scss/components/markdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/components/markdown.scss b/src/scss/components/markdown.scss index ae5fc40f67e..c2167dffd48 100644 --- a/src/scss/components/markdown.scss +++ b/src/scss/components/markdown.scss @@ -220,6 +220,7 @@ list-style-type: square; } + li, li > * { margin-bottom: calc(var(--custom-leading) * var(--custom-list-rhythm-bottom)) !important; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org