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

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

Fixes 
pull/3819/head
Mark McDowall 5 years ago
parent 200e263f1f
commit b642c3acfd

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

Loading…
Cancel
Save