Typography

The Telerik and Kendo UI Typography Utilities allow you to control the styles applied to text.

Text Overflow

The Telerik and Kendo UI Text Overflow Utilities are CSS utility classes that enable you to control how the overflowing text is being indicated to the user.

Utility ClassCSS Property
.k-text-cliptext-overflow: clip;
.k-text-ellipsistext-overflow: ellipsis; white-space: nowrap; overflow: hidden;

Ellipsis

Use the k-text-ellipsis utility to add an ellipsis (...) instead of the clipped text.

Clip

Use the k-text-clip utility to cut the overflowing text.