.ow {
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
white-space: normal; //this is the one that gets you all the time
}
div {
word-wrap: break-word;
white-space: nowrap;
}
.custom-break {
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
white-space: normal!important;
}
overflow-wrap: break-word;
<style>
.k-card-title{
white-space:normal;
}
</style>