fix pre tag

This commit is contained in:
biglyderv 2024-09-22 22:15:55 -04:00
parent 20dbce62cb
commit 0e683bf31b
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
2 changed files with 6 additions and 3 deletions

View file

@ -211,4 +211,8 @@ textarea {
img.dark {
filter: invert(1);
}
pre {
white-space: pre-wrap;
}