fix: 修复超长文本造成ui宽度撑开

Related #602
This commit is contained in:
WangHe
2025-08-20 15:42:52 +08:00
parent a6a07b9bda
commit 86126699d3

View File

@@ -184,7 +184,7 @@ body {
font-family: 'Maple Mono', monospace;
font-size: 13px;
border-radius: 4px;
white-space: no-wrap;
white-space: break-spaces;
background-color: var(--code-highlight-background-color);
color: var(--text-color);
}