mirror of https://github.com/Radarr/Radarr
Fixed: Large log messages won't force the timestamp off screen
This commit is contained in:
parent
9248564e87
commit
26af2b0056
|
@ -191,3 +191,8 @@ td.delete-episode-file-cell {
|
||||||
padding-right : 0px;
|
padding-right : 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.log-message-cell {
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue