Fix Plus Server suggestion long text overflows

Closes #3133
This commit is contained in:
Kalle
2026-06-04 21:12:41 +03:00
parent 106e55d27e
commit 57cc53d1d7

View File

@@ -51,6 +51,8 @@
.comment {
white-space: pre-wrap;
overflow-wrap: break-word;
min-width: 0;
}
.commentButton {