We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<ul>
1 parent b5e0097 commit 6569fb3Copy full SHA for 6569fb3
.changeset/fresh-llamas-stare.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fix nested `<ul>` in footnotes
src/markdown/footnotes.scss
@@ -19,6 +19,12 @@
19
20
ol {
21
padding-left: $spacer-3;
22
23
+ ul {
24
+ display: inline-block;
25
+ padding-left: $spacer-3;
26
+ margin-top: $spacer-3;
27
+ }
28
}
29
30
li {
0 commit comments