Fixed #1512 - Tooltip: word wrap

pull/1412/head
Tuğçe Küçükoğlu 2021-09-10 15:37:49 +03:00
parent 0e750fdb1c
commit a3979ad0f5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
.p-tooltip .p-tooltip-text { .p-tooltip .p-tooltip-text {
white-space: pre-line; white-space: pre-line;
word-break: break-word;
} }
.p-tooltip-arrow { .p-tooltip-arrow {