From c82352c90c95812c8dfba0ca7342b082744d3abe Mon Sep 17 00:00:00 2001 From: Aki <36260690+2017Yasu@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:01:54 +0900 Subject: [PATCH] [MM-57030] Fixed the problem that items with longer text did not widen user guide dropdown to its max-width (#26104) Co-authored-by: Mattermost Build --- .../src/components/widgets/menu/menu_items/menu_item.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/channels/src/components/widgets/menu/menu_items/menu_item.scss b/webapp/channels/src/components/widgets/menu/menu_items/menu_item.scss index 2f9f5b29f2..59d166a617 100644 --- a/webapp/channels/src/components/widgets/menu/menu_items/menu_item.scss +++ b/webapp/channels/src/components/widgets/menu/menu_items/menu_item.scss @@ -50,7 +50,7 @@ display: inline-flex; padding: 5px 0; line-height: 22px; - white-space: normal; + white-space: nowrap; } span.MenuItem__text-color { @@ -63,7 +63,7 @@ font-size: 12px; line-height: 16px; opacity: 0.7; - white-space: normal; + white-space: nowrap; @media (max-width: 768px) { padding-left: 28px !important;