Hi All, Output a little long the English alphabet when want it to automatically wrap, but[Custom Styles]can not use word-break: break-all,so how to solve? For example: [aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa] want to automatically wrap
asked
Keiko shu
2 answers
0
You can try word-wrap: break-word;
answered
Mikolaj Jankiewicz
0
usually HTML use CSS [word-break: break-all] is possible, but the PDF output can not be used normally 【word-break: break-all】.The same is true with 【word-wrap: break-word】