Skip to content

Commit

Permalink
馃悰 fix: do not break in-between words in tooltips (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctm97 committed Jun 24, 2024
1 parent 427a73b commit 92369b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tooltip/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 92369b2

Please sign in to comment.