From 31bb5939a12708dc35336941c2b3ffe905fd91fe Mon Sep 17 00:00:00 2001 From: roo hutton Date: Tue, 3 Sep 2024 09:23:07 +0100 Subject: [PATCH] Merge pull request #20156 from overleaf/rh-share-modal-dropdown-fix [web] Add explicit width to share modal permission dropdown GitOrigin-RevId: df20cedfffffb2ba8291dcae128845a03b2897ba --- services/web/frontend/stylesheets/app/editor/share.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor/share.less b/services/web/frontend/stylesheets/app/editor/share.less index 25eb76d2fc..5b9111b4b9 100644 --- a/services/web/frontend/stylesheets/app/editor/share.less +++ b/services/web/frontend/stylesheets/app/editor/share.less @@ -85,7 +85,7 @@ .select-items { max-height: 300px; - width: 250%; + width: 300px; li:last-child { color: @brand-danger; }