Skip to content

Instantly share code, notes, and snippets.

@tnqsoft
Created July 3, 2017 04:09
Show Gist options
  • Save tnqsoft/c3efae6403ec981c67c5e1bfa2ff1f4d to your computer and use it in GitHub Desktop.
Save tnqsoft/c3efae6403ec981c67c5e1bfa2ff1f4d to your computer and use it in GitHub Desktop.
Long text
.long-text {
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
word-break: break-all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment