Fixed #1512 - Tooltip: word wrap
parent
0e750fdb1c
commit
a3979ad0f5
|
@ -17,6 +17,7 @@
|
|||
|
||||
.p-tooltip .p-tooltip-text {
|
||||
white-space: pre-line;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.p-tooltip-arrow {
|
||||
|
|
Loading…
Reference in New Issue