Is it possible to wrap text in cardlet layouts in a blueprint? I find that it’s wasted space if the text next to the image is just on one line and cut off.
Edit: nevermind, I figured it out; one can just modify the panel CSS.
Example:
.k-cardlets-item .k-item-title {
white-space: normal;
}