Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/26af2b0056ded6494717ca97b2dbc098bb2a6e27?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

pull/103/head
Mark McDowall 11 years ago
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…
Cancel
Save