blazeworx / flagstrap

A lightwieght jQuery plugin for creating Bootstrap 3 compatible country select boxes with flags
http://blazeworx.github.io/flagstrap
MIT License
88 stars 62 forks source link

WIDTH OF DROPDOWN VALUES #32

Closed kelvin888 closed 6 years ago

kelvin888 commented 6 years ago

Weldone guys for this amizing job but the size of the countries dropdown remains small no matter the button size. It would be nice if it could be customized.

kelvin888 commented 6 years ago

SOLVED: added col-xs-12 to this line in the jquery.flagstrap.js file: .addClass('dropdown-menu col-xs-12');