Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/566fa8b1326348b872479b04e62b6263935c0120 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Displayed root folder path truncated when adding a movie with a long title

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/2/head
Qstick 5 years ago
parent 8d57c5497a
commit 566fa8b132

@ -14,11 +14,11 @@
}
.path {
@add-mixin truncate;
flex: 0 1 auto;
}
.movieFolder {
@add-mixin truncate;
flex: 0 1 auto;
color: $disabledColor;
}

Loading…
Cancel
Save