fix pre tag

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent 19196fdb37
commit cd0380f697

View file

@ -291,3 +291,7 @@ video {
img { img {
user-select: none; user-select: none;
} }
pre {
white-space: pre-wrap;
}