I found the solution by setting the dropdown-menu and button width=100%.
.dropdown-menu {
width: 100%;
}
.btn{
width: 100%;
}
Now both the button and dropdown list have the same width, controlled by the column width.
I found the solution by setting the dropdown-menu and button width=100%.
.dropdown-menu {
width: 100%;
}
.btn{
width: 100%;
}
Now both the button and dropdown list have the same width, controlled by the column width.