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
If you have BS4 another option could be:
.dropdown-item { width: max-content !important; } .dropdown-menu { max-height: max-content; max-width: max-content; }