1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Mirror docs content change for nested list vertical margin

This commit is contained in:
Mark Otto
2025-05-26 23:09:49 -07:00
parent 31eb33577b
commit 808e15d387

View File

@@ -27,6 +27,11 @@
margin-bottom: calc(var(--#{$prefix}content-gap) / 4);
}
li ul,
li ol {
margin-top: calc(var(--#{$prefix}content-gap) / 4);
}
hr {
margin: calc(var(--#{$prefix}content-gap) * 1.5) 0;
border: 0;