Skip to content

Commit 7b2f7c8

Browse files
authored
fix: adjust markdown point spacing as per requirements (#382)
1 parent c318f59 commit 7b2f7c8

File tree

11 files changed

+8
-0
lines changed

11 files changed

+8
-0
lines changed

src/styles/components/card/_card-body.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
}
7777
}
7878

79+
/* Add spacing only between top-level list items */
80+
> ol > li,
81+
> ul > li,
82+
> div > ol > li,
83+
> div > ul > li {
84+
margin-bottom: 0.4em;
85+
}
86+
7987
p + ol,
8088
p + ul {
8189
margin-block-start: 0;

0 commit comments

Comments
 (0)