We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dd6ec commit ac8bf18Copy full SHA for ac8bf18
src/helix-ui/styles/base/lists.less
@@ -1,5 +1,10 @@
1
ol, ul {
2
+ margin-left: 1.25em;
3
padding-left: 1.25rem;
4
+
5
+ & & {
6
+ margin-left: 0; // remove margin for nested lists
7
+ }
8
}
9
10
ol {
0 commit comments