Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
* Some parts of this feature may have varying levels of support.
The min-inline-size CSS property defines the horizontal or vertical minimal size of an element's block, depending on its writing mode. It corresponds to either the min-width or the min-height property, depending on the value of writing-mode.
If the writing mode is vertically oriented, the value of min-inline-size relates to the minimum height of the element; otherwise, it relates to the minimum width of the element. A related property is min-block-size, which defines the other dimension of the element.
The min-inline-size property takes the same values as the min-width and min-height properties.
| 0 |
| same as width and height |
| no |
| inline-size of containing block |
| same as min-width and min-height |
| a length, percentage or calc(); |
| CSS Logical Properties and Values Module Level 1 # propdef-min-inline-size |
| CSS Box Sizing Module Level 4 # sizing-values |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 20, 2026 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.