div {
word-wrap: break-word;
white-space: nowrap;
}
.example {
overflow-wrap: break-word;
}
p {
/* That create a ne line, when he word is to long*/
word-break: break-all
}
overflow-wrap: break-word;
<style>
.k-card-title{
white-space:normal;
}
</style>