Skip to content

Commit 6569fb3

Browse files
Fix nested <ul> in footnotes (#2260)
* Fix nested `<ul>` in footnotes * Stylelint auto-fixes * Create fresh-llamas-stare.md Co-authored-by: Actions Auto Build <actions@github.com>
1 parent b5e0097 commit 6569fb3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/fresh-llamas-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix nested `<ul>` in footnotes

src/markdown/footnotes.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919

2020
ol {
2121
padding-left: $spacer-3;
22+
23+
ul {
24+
display: inline-block;
25+
padding-left: $spacer-3;
26+
margin-top: $spacer-3;
27+
}
2228
}
2329

2430
li {

0 commit comments

Comments
 (0)