From 6650c4d6b1da6ce6065a3c8f08cebea788d416b8 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Tue, 12 Jul 2022 10:16:42 +0800 Subject: [PATCH] fix: dropdown text wrap, close #5798 --- components/dropdown/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less index b9a6769aa..940003ded 100644 --- a/components/dropdown/style/index.less +++ b/components/dropdown/style/index.less @@ -169,7 +169,7 @@ &-title-content { flex: auto; - + white-space: nowrap; > a { color: inherit; transition: all @animation-duration-slow;