Skip to content

Commit

Permalink
fix(Tooltip):英文字符超出换行#624 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
wj0990 committed Mar 8, 2022
1 parent 4799389 commit 20c9c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-tooltip/src/style/index.less
Expand Up @@ -22,6 +22,7 @@
background-color: @tooltip-bg;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
word-break: break-all;
}

&.right &-arrow,
Expand Down

0 comments on commit 20c9c3d

Please sign in to comment.