javascript - Align selected tags to right Kendo Multi-Select? -


i using kendo multi-select implementing tag based selector component. in that, default selected tag appear left aligned. can see picture have attached

enter image description here

is there way configure them right aligned??

try adding style in page:

.k-multiselect ul li.k-button {     float:right; } 

or use class if don't want change behaviour of multiselect widgets in page.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -