Uikit: List inline pls

Created on 13 Jan 2014  路  4Comments  路  Source: uikit/uikit

add the List inline style
thanks

Most helpful comment

It's may be useful.

.uk-list-inline > li {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

peturh picture peturh  路  3Comments

drmzio picture drmzio  路  3Comments

Samanw picture Samanw  路  3Comments

AntoninJarolim picture AntoninJarolim  路  3Comments

DamirPecnik picture DamirPecnik  路  3Comments