Apply min-width rather than width to Bootstrap 5 drop-downs GitOrigin-RevId: 369b5028fa5c53e7e39986474c27f8b848e70b20
@@ -5,7 +5,7 @@
.dropdown-menu {
@include shadow-md;
- width: 240px;
+ min-width: 240px;
}
.dropdown-item {