UI: Fix token streaming gobbling trailing whitespace

which ended up being mostly newlines
This commit is contained in:
somebody
2023-08-07 16:00:49 -05:00
parent 824050471b
commit 7f2085ffe8

View File

@@ -1642,6 +1642,10 @@ body {
font-style: italic;
}
#token-stream-buffer {
white-space: pre;
}
#option-container {
margin-top: 10px;
grid-area: options;