1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-29 03:05:49 +00: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;
}