Fixed #1512 - Tooltip: word wrap
parent
0e750fdb1c
commit
a3979ad0f5
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue