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

fixed first element padding of list-inline

parent d4b1bfd6
...@@ -165,15 +165,12 @@ ol { ...@@ -165,15 +165,12 @@ ol {
// Inline turns list items into inline-block // Inline turns list items into inline-block
.list-inline { .list-inline {
.list-unstyled(); .list-unstyled();
margin-left: -5px;
> li { > li {
display: inline-block; display: inline-block;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
&:first-child {
padding-left: 0;
}
} }
} }
......
Markdown is supported
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