Increase bootstrap dropdown menu width

前端 未结 7 803
悲哀的现实
悲哀的现实 2020-12-30 19:09

wondering if anyone has any tips on how to increase the dropdown width?

I have a row containing two columns with a a bit of javascript that slides the dropdown up an

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 19:42

    You can for example just add a "col-xs-12" class to the

      which holds the list items:

      First column

      This worked ok on any screen resolution in my site. The class will match the list width to it's containing div I believe:

提交回复
热议问题