Love from ChatGPT: How to make <p> show all space like <pre>

This commit is contained in:
2023-03-22 20:18:21 +08:00
parent 7149ed0310
commit 9b00cd0fbc
2 changed files with 9 additions and 10 deletions

View File

@@ -21,3 +21,7 @@
body::-webkit-scrollbar {
display: none;
}
p.message-content {
white-space: pre-wrap;
}