[web] Add explicit width to share modal permission dropdown GitOrigin-RevId: df20cedfffffb2ba8291dcae128845a03b2897ba
@@ -85,7 +85,7 @@
.select-items {
max-height: 300px;
- width: 250%;
+ width: 300px;
li:last-child {
color: @brand-danger;
}