Merge pull request #18688 from overleaf/td-bs5-dropdown-min-width

Apply min-width rather than width to Bootstrap 5 drop-downs

GitOrigin-RevId: 369b5028fa5c53e7e39986474c27f8b848e70b20
This commit is contained in:
Tim Down 2024-06-04 16:21:05 +01:00 committed by Copybot
parent 3b5cfd83f3
commit b3d33fe813

View file

@ -5,7 +5,7 @@
.dropdown-menu {
@include shadow-md;
width: 240px;
min-width: 240px;
}
.dropdown-item {