mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 11:50:53 +00:00
Merge pull request #20156 from overleaf/rh-share-modal-dropdown-fix
[web] Add explicit width to share modal permission dropdown GitOrigin-RevId: df20cedfffffb2ba8291dcae128845a03b2897ba
This commit is contained in:
parent
54fb884aaf
commit
31bb5939a1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
.select-items {
|
||||
max-height: 300px;
|
||||
width: 250%;
|
||||
width: 300px;
|
||||
li:last-child {
|
||||
color: @brand-danger;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue