
.js-feed-post-title {
    hyphens: manual;
    -webkit-hyphens: manual;
    word-break: keep-all;
    overflow-wrap: break-word;
}
