mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #435 from one-some/token-stream-newline-fix
UI: Fix token streaming gobbling trailing whitespace
This commit is contained in:
@@ -1642,6 +1642,10 @@ body {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#token-stream-buffer {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#option-container {
|
||||
margin-top: 10px;
|
||||
grid-area: options;
|
||||
|
Reference in New Issue
Block a user