No, unfortunately, it didn’t work. The code I have tried before was
.entry-caption,
.type-attachment .entry-title,
.author-description,
.widget,
.entry-content,
.entry-summary,
.page-content,
.comment-content,
code,
kbd,
tt,
var,
samp,
pre,
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
word-wrap: none;
}
And this one didn’t work either…