Preserve line breaks in listing description

This commit is contained in:
Kimmo Puputti 2017-08-17 14:26:04 +03:00
parent 8c31bc2f77
commit 72fc193fbc

View file

@ -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;