mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Preserve line breaks in listing description
This commit is contained in:
parent
8c31bc2f77
commit
72fc193fbc
1 changed files with 4 additions and 0 deletions
|
|
@ -246,6 +246,10 @@
|
|||
.description {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
/* Preserve newlines, but collapse other whitespace */
|
||||
white-space: pre-line;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue