From 01da79c25b484c7772bbb077e9171761f60c6d7a Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 5 Sep 2024 11:54:44 +0800 Subject: [PATCH] Revert "fix: Dropdown menu item get wrapped at edge" (#50718) --- components/dropdown/style/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dropdown/style/index.ts b/components/dropdown/style/index.ts index 65f56cb8fd..e807a147c3 100644 --- a/components/dropdown/style/index.ts +++ b/components/dropdown/style/index.ts @@ -227,7 +227,6 @@ const genBaseStyle: GenerateStyle = (token) => { position: 'relative', display: 'flex', alignItems: 'center', - whiteSpace: 'nowrap', }, [`${menuCls}-item-icon`]: {