不换行

This commit is contained in:
liuwei
2025-04-08 17:53:36 +08:00
parent c4e2411ace
commit 9b8e0c3558

View File

@@ -87,8 +87,9 @@
.log-content pre {
margin: 0;
white-space: pre-wrap;
word-break: break-all;
white-space: pre;
word-break: normal;
word-wrap: normal;
font-family: monospace;
}