mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-24 22:14:56 +03:00
Fix spacing for nested lists
This commit is contained in:
parent
6f87f46bbc
commit
a3e69504a8
|
@ -20,6 +20,10 @@
|
|||
display: inline-block
|
||||
margin-bottom: var(--spacing-sm)
|
||||
|
||||
.ol, .ul
|
||||
margin-top: var(--spacing-xs)
|
||||
margin-bottom: var(--spacing-xs)
|
||||
|
||||
&:before
|
||||
content: '\25CF'
|
||||
position: relative
|
||||
|
|
Loading…
Reference in New Issue
Block a user