Fixed: Large log messages won't force the timestamp off screen

This commit is contained in:
Mark McDowall 2014-08-20 07:16:06 -07:00
parent 9248564e87
commit 26af2b0056
1 changed files with 5 additions and 0 deletions

View File

@ -191,3 +191,8 @@ td.delete-episode-file-cell {
padding-right : 0px;
}
}
.log-message-cell {
word-break: break-all;
word-wrap: break-word;
}