Commit 2365717a authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #12433 from tagliala/list-inline-first-element-fix

Fix first element padding of list-inline
parents 65b10706 0da527f1
Showing with 1 addition and 4 deletions
+1 -4
......@@ -165,15 +165,12 @@ ol {
// Inline turns list items into inline-block
.list-inline {
.list-unstyled();
margin-left: -5px;
> li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
&:first-child {
padding-left: 0;
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment