Don't wrap text in the middle of words in chat view (#178844)

This commit is contained in:
Rob Lourens 2023-03-31 13:17:32 -07:00 committed by GitHub
parent 1859288ca7
commit 7e832ecc21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,6 @@
.interactive-list .monaco-list-row .monaco-tokenized-source,
.interactive-list .monaco-list-row code {
font-family: var(--monaco-monospace-font);
word-break: break-all;
word-wrap: break-word;
}