Fixed broken comments in reviewer/theme/logs and reviewer/theme/history (#7382)
This commit is contained in:
Родитель
90ecbbae8c
Коммит
160d15ba36
|
@ -41,7 +41,7 @@
|
|||
{{ reject_reasons[details.reject_reason] }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ details.comment }}</td>
|
||||
<td class="comment">{{ details.comment }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
|
@ -401,6 +401,8 @@ ul.tabnav a:hover {
|
|||
table.data-grid tr.comments td {
|
||||
border-top: none;
|
||||
background: #def;
|
||||
overflow-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.waiting_old, .waiting_med, .waiting_new {
|
||||
|
|
|
@ -526,6 +526,10 @@ h2 a:last-child {
|
|||
padding-left: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
hyphens: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.queue-search {
|
||||
|
|
Загрузка…
Ссылка в новой задаче