Skip to content

Commit

Permalink
Fixed #10647 - Tooltip: word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Sep 21, 2021
1 parent a1cf44d commit 92f1937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/tooltip/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.p-tooltip .p-tooltip-text {
white-space: pre-line;
word-break: break-word;
}

.p-tooltip-arrow {
Expand Down Expand Up @@ -57,4 +58,4 @@
left: 50%;
margin-left: -.25rem;
border-width: 0 .25em .25rem;
}
}

0 comments on commit 92f1937

Please sign in to comment.