Merge pull request #46 from jfaquinojr/patch-1

Display line breaks in the comments
This commit is contained in:
Håkan Edling 2024-07-23 13:51:23 +02:00 коммит произвёл GitHub
Родитель 2775121dfe 3cacb13cf8
Коммит 69bf94f4d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -21,4 +21,10 @@
background: #f4f4f4;
padding: 2rem 2.5rem;
}
}
}
.comment {
p {
white-space: pre-line;
}
}