Width - x-content
width: min-content;
- as thin as possible
width: max-content;
- As thin as possible without wrapping
width: fit-content;
- max-content but without overflow

Select a result to preview
width: min-content;
width: max-content;
width: fit-content;
