Flex Basis
The Telerik and Kendo UI Flex Basis Utilities are CSS utility classes that enable you to control the initial main size of a flex item.
Utility Class | CSS Property |
---|---|
.k-flex-basis-0 | flex-basis: 0; |
.k-flex-basis-auto | flex-basis: auto; |
Initial Main Size
Use the k-flex-basis-{size}
utility to set the initial main size of a flex item.
Auto Size
Use the k-flex-basis-auto
to apply the initial size of a flex item.