Skip to content

Instantly share code, notes, and snippets.

@eyecandy91
Created March 24, 2020 21:20
Show Gist options
  • Save eyecandy91/748dc33838f3e58126372f76afd24f85 to your computer and use it in GitHub Desktop.
Save eyecandy91/748dc33838f3e58126372f76afd24f85 to your computer and use it in GitHub Desktop.
CSS break long string into own lines
width: min-intrinsic;
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
display: table-caption;
display: -ms-grid;
-ms-grid-columns: min-content;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment