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