css - How can i add a line-break on a costume tooltip? -
how can add line-break on costume tooltip? css or jquery 1 , not sure how , it's simple native tooltips using
doesn't work costume 1 , , makes displaying info hard , example:
name:john smith age:15 hair-color:green . . .
so solution?
if use simple line break
or \n
, have set white-space: pre;
preserve line breaks , white space. or may transform each
line break html tag <br />
in backend or via js.
see: https://developer.mozilla.org/en-us/docs/css/white-space