SyntaxFix
Write A Post
Hire A Developer
Questions
Mozilla's MDN suggests something like the following [source]:
p { width: intrinsic; /* Safari/WebKit uses a non-standard name */ width: -moz-max-content; /* Firefox/Gecko */ width: -webkit-max-content; /* Chrome */ }