mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Actually do pre-wrap instead
just pre makes long texts without whitespace not wrap
This commit is contained in:
@@ -1643,7 +1643,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#token-stream-buffer {
|
#token-stream-buffer {
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#option-container {
|
#option-container {
|
||||||
|
Reference in New Issue
Block a user