mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
docs(style): fix display of nested <ul><li>
(#34223)
This commit is contained in:
parent
7951eedbc6
commit
e9da490e51
@ -22,12 +22,12 @@
|
|||||||
> ol li {
|
> ol li {
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
|
|
||||||
// stylelint-disable selector-max-type
|
// stylelint-disable selector-max-type, selector-max-compound-selectors
|
||||||
> ul {
|
> p ~ ul {
|
||||||
margin-top: -.5rem;
|
margin-top: -.5rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
// stylelint-enable selector-max-type
|
// stylelint-enable selector-max-type, selector-max-compound-selectors
|
||||||
}
|
}
|
||||||
|
|
||||||
// Override Bootstrap defaults
|
// Override Bootstrap defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user