Preserve linebreaks in text

This commit is contained in:
Mouse Reeve
2020-10-30 14:43:39 -07:00
parent 6e97592518
commit 95455d9538
2 changed files with 6 additions and 5 deletions

View File

@ -116,3 +116,8 @@ input.toggle-control:checked ~ .toggle-content {
content: "\e903";
right: 0;
}
/* --- BLOCKQUOTE --- */
blockquote {
white-space: pre-line;
}