CSS: fit-content (shrink wrap)
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. width related.
- CSS: Layout. Index
- CSS: Font based units: rem rcap rch rex ric
- CSS: Viewport based units: vw vh vmin vmax vi vb
- CSS: Percentage value
- CSS: @container query
- CSS: min-width max-width, min-height max-height
- CSS: min-content, max-content
- CSS: fit-content (shrink wrap)
- CSS: clamp()
- CSS: min() max()
- CSS: calc()