From c3e50c268dbf9b44c90560351a14953779354e64 Mon Sep 17 00:00:00 2001 From: Eager <1226393396@qq.com> Date: Sun, 22 Jul 2018 15:25:45 +0800 Subject: [PATCH] fix(Tooltip): fix text overflow the Tooltip --- components/tooltip/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tooltip/style/index.less b/components/tooltip/style/index.less index ea6316aa74..b54ed7c5b4 100644 --- a/components/tooltip/style/index.less +++ b/components/tooltip/style/index.less @@ -47,6 +47,7 @@ border-radius: @border-radius-base; box-shadow: @box-shadow-base; min-height: 32px; + word-break: break-all; } // Arrows