using new backend logic

This commit is contained in:
Karma Riuk
2025-05-10 22:33:24 +02:00
parent 9e69d376c6
commit 4d87a31d70
5 changed files with 59 additions and 56 deletions

View File

@ -87,6 +87,11 @@ table tbody td:nth-child(1) {
word-break: break-all;
}
.comment-cell {
overflow-wrap: break-word;
word-break: break-word;
}
/* style score header */
table th:nth-child(3) {
white-space: nowrap;
@ -96,4 +101,3 @@ table th:nth-child(3) {
table tbody td:nth-child(3) {
text-align: right;
}