There is a min-width on the dropdown menu in bootstrap. You can reset it like this:
.dropdown-menu {
min-width:inherit;
}
There is a min-width on the dropdown menu in bootstrap. You can reset it like this:
.dropdown-menu {
min-width:inherit;
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)