Increase bootstrap dropdown menu width

前端 未结 7 843
悲哀的现实
悲哀的现实 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 20:02

    Add the following css class

    .dropdown-menu {
        width: 300px !important;
        height: 400px !important;
    }
    

    Of course you can use what matches your need.

提交回复
热议问题