Преглед изворни кода

Merge pull request #20156 from overleaf/rh-share-modal-dropdown-fix

[web] Add explicit width to share modal permission dropdown

GitOrigin-RevId: df20cedfffffb2ba8291dcae128845a03b2897ba
roo hutton пре 1 година
родитељ
комит
31bb5939a1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      services/web/frontend/stylesheets/app/editor/share.less

+ 1 - 1
services/web/frontend/stylesheets/app/editor/share.less

@@ -85,7 +85,7 @@
 
 
     .select-items {
     .select-items {
       max-height: 300px;
       max-height: 300px;
-      width: 250%;
+      width: 300px;
       li:last-child {
       li:last-child {
         color: @brand-danger;
         color: @brand-danger;
       }
       }