mirror of
https://github.com/primer/css.git
synced 2024-12-25 15:14:59 +03:00
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>
This commit is contained in:
parent
b5e009778e
commit
6569fb3a04
5
.changeset/fresh-llamas-stare.md
Normal file
5
.changeset/fresh-llamas-stare.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@primer/css": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix nested `<ul>` in footnotes
|
@ -19,6 +19,12 @@
|
|||||||
|
|
||||||
ol {
|
ol {
|
||||||
padding-left: $spacer-3;
|
padding-left: $spacer-3;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
display: inline-block;
|
||||||
|
padding-left: $spacer-3;
|
||||||
|
margin-top: $spacer-3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
Loading…
Reference in New Issue
Block a user