Preserve linebreaks in text
This commit is contained in:
parent
6e97592518
commit
95455d9538
2 changed files with 6 additions and 5 deletions
|
@ -116,3 +116,8 @@ input.toggle-control:checked ~ .toggle-content {
|
|||
content: "\e903";
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* --- BLOCKQUOTE --- */
|
||||
blockquote {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue