firefox - Is there a css cross-browser value for "width: -moz-fit-content;"? - Stack Overflow

PHOTO EMBED

Sat Jul 17 2021 01:12:05 GMT+0000 (Coordinated Universal Time)

Saved by @Luciano

 p {
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
}
content_copyCOPY

https://stackoverflow.com/questions/7839164/is-there-a-css-cross-browser-value-for-width-moz-fit-content