From 26af2b0056ded6494717ca97b2dbc098bb2a6e27 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 20 Aug 2014 07:16:06 -0700 Subject: [PATCH] Fixed: Large log messages won't force the timestamp off screen --- src/UI/Cells/cells.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/UI/Cells/cells.less b/src/UI/Cells/cells.less index 47bccc211..e4517edf5 100644 --- a/src/UI/Cells/cells.less +++ b/src/UI/Cells/cells.less @@ -191,3 +191,8 @@ td.delete-episode-file-cell { padding-right : 0px; } } + +.log-message-cell { + word-break: break-all; + word-wrap: break-word; +}