add the List inline style
thanks
Can you give more information?
It's may be useful.
.uk-list-inline > li {
list-style: none;
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
It is useful ! I've just started a project using Bootstrap in the beguining then decided to change for UIKit and now, parts of my layout are scratched because of this missing feature.
Anyway, thanks @saschadube for your work on UIKit and @artemklevtsov for the CSS code I don't have to search in Bootstrap code.
Why isn't this part of the core? Any updates?
Most helpful comment
It's may be useful.