Add word-break in logprobs display

This commit is contained in:
Cohee 2024-10-19 13:13:42 +03:00
parent 78bbf0ed02
commit afde6e3f45

View File

@ -56,6 +56,7 @@
user-select: none;
height: 100%;
overflow-y: auto;
word-break: break-all;
}
.logprobs_empty_state {