ソースを参照

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
Tim Down 2 年 前
コミット
b3d33fe813

+ 1 - 1
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 {