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.
As seen on http://primercss.io/type/#unordered, the unordered list is not indented correctly.
The following (located in docs.scss) overrides .markdown-body ul and removes all padding:
.markdown-body ul
.docs-example ul { padding: 0; margin-left: 0; margin-right: 0; }
.markdown-body ul, .markdown-body ol { padding-left: 2em; }
Removing the padding on .docs-example ul yields:
.docs-example ul