CSS: Shrink Wrap

By Xah Lee. Date: . Last updated: .

Use width: fit-content

.gZYqc {
 width: fit-content;
}
Example. This is shrink-wrapped.

Use display: inline-block

.N9gW7 {
 display: inline-block;
}
Example. This is shrink-wrapped.

Use display: table

.SV3xR {
 display: table;
}
Example. This is shrink-wrapped.

CSS. misc, advanced

CSS common problems