Sizing

The Telerik and Kendo UI Sizing utilities enable you to manipulate the dimensions of an element.

Height

The Telerik and Kendo UI Height Utilities are CSS utility classes that enable you to control the height of an element.

Utility ClassCSS Property
.k-h-0height: 0;
.k-h-1pxheight: 1px;
.k-h-1height: 0.25rem;
.k-h-fullmin-height: 100%;
.k-h-screenheight: 100vh;
.k-h-minheight: min-content;
.k-h-maxheight: max-content;
.k-h-fitheight: fit-content;
.k-min-h-0min-height: 0;
.k-min-h-1pxmin-height: 1px;
.k-min-h-1min-height: 0.25rem;
.k-min-h-fullmin-height: 100%;
.k-min-h-screenmin-height: 100vh;
.k-min-h-minmin-height: min-content;
.k-min-h-maxmin-height: max-content;
.k-min-h-fitmin-height: fit-content;
.k-max-h-0max-height: 0;
.k-max-h-1pxmax-height: 1px;
.k-max-h-1max-height: 0.25rem;
.k-max-h-fullmax-height: 100%;
.k-max-h-screenmax-height: 100vh;
.k-max-h-minmax-height: min-content;
.k-max-h-maxmax-height: max-content;
.k-max-h-fitmax-height: fit-content;

Fixed

Use the k-h-{value} utility to set a fixed height to an element.

Full

Use the k-h-full utility to make the element expand to 100% of its parent's height.

Screen

Use the k-h-screen utility to make the element expand to 100% of the viewport height.

Minimum

Use the k-h-min-{height} utility to set a minimum height to an element.

Maximum

Use the k-h-max-{height} utility to set a maximum height to an element.