Problems when writing a post

This can be done with css. Look for word-wrap and change it to below:

.class-name {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}