1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

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

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;
}