1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

List spacing improvement

This commit is contained in:
Mark Otto
2025-05-26 22:58:57 -07:00
parent 015f19a0a3
commit 15e61ae916

View File

@@ -35,6 +35,11 @@
// stylelint-enable selector-max-type, selector-max-compound-selectors // stylelint-enable selector-max-type, selector-max-compound-selectors
} }
li ul,
li ol {
margin-top: .25rem;
}
// Override Bootstrap defaults // Override Bootstrap defaults
> .table, > .table,
> .table-responsive .table { > .table-responsive .table {