From 1e716ac7cd4e3d830556121a750e2040d5251479 Mon Sep 17 00:00:00 2001 From: Minh-Phuc Tran Date: Mon, 24 Jun 2024 12:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20do=20not=20break=20in-bet?= =?UTF-8?q?ween=20words=20in=20tooltips=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Tooltip/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tooltip/style.ts b/src/Tooltip/style.ts index a9140034..8f28ac49 100644 --- a/src/Tooltip/style.ts +++ b/src/Tooltip/style.ts @@ -13,7 +13,7 @@ export const useStyles = createStyles(({ css, token, prefixCls }) => { padding-inline: 8px; color: ${token.colorBgLayout}; - word-break: break-all; + word-break: normal; background-color: ${token.colorText}; border-radius: ${token.borderRadiusSM}px;