Bootstrap-multiselect: Aligning Button text

Created on 26 Jul 2017  路  2Comments  路  Source: davidstutz/bootstrap-multiselect

Hi,

I am trying to align the button text "Non selected" . Currently it is aligned to center.How is it possible to left aligned ?

thanks

question

Most helpful comment

very simple CSS..

.multiselect.dropdown-toggle {
    text-align: left;
}

All 2 comments

very simple CSS..

.multiselect.dropdown-toggle {
    text-align: left;
}

It works !!! Thanks @blunket

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Furgas picture Furgas  路  8Comments

naxxateux picture naxxateux  路  5Comments

rodrigonunes100 picture rodrigonunes100  路  3Comments

donbonifacio picture donbonifacio  路  7Comments

zephyx picture zephyx  路  7Comments