1
1
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:
simurai 2022-09-28 13:20:20 +09:00 committed by GitHub
parent b5e009778e
commit 6569fb3a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fix nested `<ul>` in footnotes

View File

@ -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 {