Properly cut long case log entries before encoding them in HTML.

SVN:trunk[3779]
This commit is contained in:
Denis Flaven
2015-09-22 12:52:28 +00:00
parent e94282459e
commit 5c9b221b4c
3 changed files with 23 additions and 6 deletions

View File

@@ -2101,6 +2101,11 @@ span.refresh-button {
}
.case-log-history-entry {
display: block;
}
.case-log-history-entry-end {
display: none;
}