You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a nice compliment to the .flex-fill class.
.flex-shrink {
flex-shrink: 0;
}
I found it's necessary when using flex-column and flex-fill to grow 1 row in height, other rows get squished. Adding flex-shrink:0 to the other rows prevents this.
In flex-box utilities need no-shrink class (in my opinion), this helps when someone want to shrink only one row in a page of multiple rows.
The text was updated successfully, but these errors were encountered: