Hi Falice,
Thanks for pointing this out to us!
Please within your admin dashboard navigate to Appearance > Customize > Additional CSS tab and paste this CSS to disable the word break:
p {
word-break: normal !important;
}
Please let me know if you have any questions at all.
Thanks again,
Lazar
Got it. Thank you!