In case you need to disable the auto-hyphenation, you have to add the code below to Customize > Additional CSS:
* {
-webkit-hyphens: manual !important;
hyphens: manual !important;
overflow-wrap: break-word;
}Vamtam Beaver Themes: How to add custom CSS / PHP code or modify the theme code