Commit 0da527f1 authored by Geremia Taglialatela's avatar Geremia Taglialatela
Browse files

fixed first element padding of list-inline

parent d4b1bfd6
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