fix(ui): prevent code line numbers from wrapping (#2719)

This commit is contained in:
ChangeHow
2026-08-11 10:49:01 +03:00
committed by GitHub
parent a0207e3857
commit 99e254acf3
+1
View File
@@ -1342,6 +1342,7 @@ html:not(.dark) .chat-scroll {
font-variant-numeric: tabular-nums;
text-align: right;
user-select: none;
white-space: nowrap;
}
.markdown-content [data-md-code-line-content] {