]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
List spacing improvement
authorMark Otto <markdotto@gmail.com>
Tue, 27 May 2025 05:58:57 +0000 (22:58 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 03:33:22 +0000 (20:33 -0700)
site/src/scss/_content.scss

index 9a9ec67c5550e6f62f93deda4759471473dd6591..1a5a88762ca802a865f969d489c55aecc9ba9501 100644 (file)
       // stylelint-enable selector-max-type, selector-max-compound-selectors
     }
 
+    li ul,
+    li ol {
+      margin-top: .25rem;
+    }
+
     // Override Bootstrap defaults
     > .table,
     > .table-responsive .table {