Skip to content

Commit

Permalink
Fixed #1512 - Tooltip: word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 10, 2021
1 parent 0e750fd commit a3979ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/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

0 comments on commit a3979ad

Please sign in to comment.