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
very simple CSS..
.multiselect.dropdown-toggle {
text-align: left;
}
It works !!! Thanks @blunket
Most helpful comment
very simple CSS..