mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
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:
@@ -5,7 +5,7 @@
|
||||
.dropdown-menu {
|
||||
@include shadow-md;
|
||||
|
||||
width: 240px;
|
||||
min-width: 240px;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
|
||||
Reference in New Issue
Block a user