Skip to content

Commit 332a044

Browse files
authored
Merge pull request #435 from Nangelov7/fix-tooltip-word-break
Fixed tooltip content to break on full words
2 parents 0ba573c + f3548bc commit 332a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/labelControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const HelpWrapper = styled.div<{
107107

108108
const TooltipWrapper = styled.span`
109109
word-wrap: break-word;
110-
word-break: break-all;
110+
word-break: break-word;
111111
white-space: pre-wrap;
112112
`;
113113

0 commit comments

Comments
 (0)