docs(style): fix display of nested `<ul><li>` (#34223)

This commit is contained in:
Julien Déramond 2021-06-14 07:45:13 +02:00 committed by GitHub
parent 7951eedbc6
commit e9da490e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,12 +22,12 @@
> ol li {
margin-bottom: .25rem;
// stylelint-disable selector-max-type
> ul {
// stylelint-disable selector-max-type, selector-max-compound-selectors
> p ~ ul {
margin-top: -.5rem;
margin-bottom: 1rem;
}
// stylelint-enable selector-max-type
// stylelint-enable selector-max-type, selector-max-compound-selectors
}
// Override Bootstrap defaults