mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
3b5cfd83f3
commit
b3d33fe813
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
.dropdown-menu {
|
||||
@include shadow-md;
|
||||
|
||||
width: 240px;
|
||||
min-width: 240px;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
|
|
Loading…
Reference in a new issue