Flex-Grid

The Telerik and Kendo UI Flex-Grid Utilities enable you to control the position, alignment, and size of the grid and the flex items.

Gap

The Telerik and Kendo UI Gap Utilities are CSS utility classes that enable you to control the gap size between the rows and columns in a flex or grid container.

Utility ClassCSS Property
.k-gap-0gap: 0;
.k-gap-1pxgap: 1px;
.k-gap-1gap: 0.25rem;
.k-gap-xsgap: 0.25rem;
.k-gap-smgap: 0.5rem;
.k-gap-mdgap: 0.75rem;
.k-gap-lggap: 1rem;
.k-gap-xlgap: 1.5rem;
.k-gap-thingap: 0.125rem;
.k-gap-hairgap: 1px;
.k-gap-x-0column-gap: 0;
.k-gap-x-1pxcolumn-gap: 1px;
.k-gap-x-1column-gap: 0.25rem;
.k-gap-x-xscolumn-gap: 0.25rem;
.k-gap-x-smcolumn-gap: 0.5rem;
.k-gap-x-mdcolumn-gap: 0.75rem;
.k-gap-x-lgcolumn-gap: 1rem;
.k-gap-x-xlcolumn-gap: 1.5rem;
.k-gap-x-thincolumn-gap: 0.125rem;
.k-gap-x-haircolumn-gap: 1px;
.k-gap-y-0row-gap: 0;
.k-gap-y-1pxrow-gap: 1px;
.k-gap-y-1row-gap: 0.25rem;
.k-gap-y-xsrow-gap: 0.25rem;
.k-gap-y-smrow-gap: 0.5rem;
.k-gap-y-mdrow-gap: 0.75rem;
.k-gap-y-lgrow-gap: 1rem;
.k-gap-y-xlrow-gap: 1.5rem;
.k-gap-y-thinrow-gap: 0.125rem;
.k-gap-y-hairrow-gap: 1px;

Gap Size

Use the k-gap-{size} utility to set the gap size between the rows and columns in a flex or grid container.

Block and Inline Size

Use the k-gap-x-{size} and k-gap-y-{size} utilities to set a different gap size for the rows and columns in a flex or grid container.