Commit 22d1506d authored by Mark Otto's avatar Mark Otto
Browse files

remove margin on .inline lists

parent 28da3121
5 merge requests!6060Waits to tigger the hidden event,!6055Typeahead complex source,!6061Sorry, close this. I pulled to the wrong branch!,!5972Dropdowfocus,!5974Dropdownchanges
Showing with 2 additions and 0 deletions
+2 -0
......@@ -816,6 +816,7 @@ ol.unstyled {
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
}
......
......@@ -117,6 +117,7 @@ ol.unstyled {
// Single-line list items
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
& > li {
display: inline-block;
......
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