width: max-content;
Hi, I found a bug in the work of safari. In css you can use the property width: max-content; to stretch the block to the full width of the content.
In other browsers, everything works fine, immediately the last word is always wrapped on the next line.
If anyone knows the reason for this behavior, please provide an answer. If not, then I guess it's a bug.