From 3ca1b19ecab3db6b2e8049dddad45ce88c4d1b72 Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Thu, 6 Feb 2025 10:37:30 +0100 Subject: [PATCH] Fix select widget width in share modal (#23426) GitOrigin-RevId: 5912a315ac9bc634ca1b7ce9645c23a5e590461d --- .../frontend/stylesheets/bootstrap-5/pages/editor/share.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss index 7fb30eb359..a4be6fc70f 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/share.scss @@ -75,14 +75,14 @@ font-size: var(--font-size-03); .select-wrapper { - width: 100px; margin-left: auto; .select-trigger { - padding: 0 var(--spacing-05); color: var(--neutral-70); border: none; background-color: transparent; + text-align: right; + padding-right: 30px; &:focus { box-shadow: none;