From b3d33fe813e1202591e86129be9e246d6eced83a Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:21:05 +0100 Subject: [PATCH] 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 --- .../stylesheets/bootstrap-5/components/dropdown-menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss b/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss index cdd93837e6..45f6539044 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/dropdown-menu.scss @@ -5,7 +5,7 @@ .dropdown-menu { @include shadow-md; - width: 240px; + min-width: 240px; } .dropdown-item {