Skip to content
DevDepth

Tag: min-width

1 item under this tag.

Topic Filter

Browse by tag

79 tags

Showing the most-used tags first so the archive stays easy to scan. Click a tag to browse only that topic.

All Content

Current tag

min-width1
Popular tags stay visible first.
7 min readlayout-strategyCss Layout / Strategy

Why `min-width: 0` Fixes So Many Flexbox and Grid Layout Bugs

Learn how automatic minimum size and `min-content` cause `flex: 1`, `1fr`, long words, and scrollable components to overflow, and when to use `min-width: 0`, `overflow: hidden`, or `minmax(0, 1fr)`.