pre-line Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks
Source: CSS white-space property
Example:
p.intro {
white-space: pre-line;
}
Works in all modern browsers and IE8+
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
pre-line Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks
Source: CSS white-space property
Example:
p.intro {
white-space: pre-line;
}
Works in all modern browsers and IE8+