From 2de26c0cbdbaca44c1fafc37f36698624e02ed6c Mon Sep 17 00:00:00 2001 From: karasu Date: Mon, 21 Nov 2022 16:40:59 +0800 Subject: [PATCH] fix: collapsed inline menu style (#38791) --- components/layout/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/style/index.tsx b/components/layout/style/index.tsx index 194297dc22..ef0b63507e 100644 --- a/components/layout/style/index.tsx +++ b/components/layout/style/index.tsx @@ -109,7 +109,7 @@ const genLayoutStyle: GenerateStyle = (token) => { marginTop: -0.1, paddingTop: 0.1, - [`${antCls}-menu${antCls}menu-inline-collapsed`]: { + [`${antCls}-menu${antCls}-menu-inline-collapsed`]: { width: 'auto', }, },