diff --git a/BUG_VERSIONS.json b/BUG_VERSIONS.json index 730055e7ac..f04929ca7b 100644 --- a/BUG_VERSIONS.json +++ b/BUG_VERSIONS.json @@ -61,5 +61,6 @@ "5.21.0": [ "https://github.com/ant-design/ant-design/issues/50960", "https://github.com/ant-design/ant-design/issues/50969" - ] + ], + "5.22.0": ["https://github.com/ant-design/ant-design/issues/51601"] } diff --git a/components/select/style/multiple.ts b/components/select/style/multiple.ts index 4a43210a87..8e3fc00a82 100644 --- a/components/select/style/multiple.ts +++ b/components/select/style/multiple.ts @@ -232,6 +232,11 @@ const genSelectionStyle = ( }, }, + [`${componentCls}-selection-wrap`]: { + width: '100%', + overflow: 'hidden', + }, + // ======================== Selections ======================== [`${componentCls}-selection-item`]: { height: multipleSelectorUnit.itemHeight,