Flex Shrink
The Telerik and Kendo UI Flex Shrink Utilities are utility classes that enable you to control how the flex item will shrink in the flex container.
| Utility Class | CSS Property |
|---|---|
.k-flex-shrink-0 | flex-shrink: 0; |
.k-flex-shrink | flex-shrink: 1; |
No Shrink
Use the k-flex-shrink-0 utility to prevent the flex item from shrinking in the flex container.
Shrink
Use the k-flex-shrink-1 utility to allow the flex item to shrink in the flex container.