Preserve linebreaks in text
This commit is contained in:
@ -116,3 +116,8 @@ input.toggle-control:checked ~ .toggle-content {
|
||||
content: "\e903";
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* --- BLOCKQUOTE --- */
|
||||
blockquote {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
Reference in New Issue
Block a user