I’ve solved it self, I saw that in Microsoft Edge there where no cuts so I looked in the Style.css and found whats made it break the word and disabled it..
.site-content article {
border-bottom: 1px solid #eee;
word-wrap: break-word;
-webkit-hyphens: auto;
/*-moz-hyphens: auto;*/
hyphens: auto;
}