Render newline separation in chat references to improve readability

This commit is contained in:
Debanjum Singh Solanky
2023-11-30 13:16:48 -08:00
parent 1a31a2efcf
commit 48719ee0dd
3 changed files with 3 additions and 0 deletions

View File

@@ -945,6 +945,7 @@
}
button.reference-button.expanded {
max-height: none;
white-space: pre-wrap;
}
button.reference-button::before {