From 615723a5fd1ce1762eb5576151802a9409306118 Mon Sep 17 00:00:00 2001 From: Oyster Lee Date: Sat, 14 Dec 2024 22:52:05 +0800 Subject: [PATCH] fix(select): prevent label overflow (#52011) --- components/select/style/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/style/index.ts b/components/select/style/index.ts index 763d87a8cc..0c8c1ec5e3 100644 --- a/components/select/style/index.ts +++ b/components/select/style/index.ts @@ -151,6 +151,7 @@ const genBaseStyle: GenerateStyle = (token) => { display: 'flex', width: '100%', position: 'relative', + minWidth: 0, // https://github.com/ant-design/ant-design/issues/51669 '&:after': {