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

Wrap external links tooltip in Movie Details with flex

Co-authored-by: ricci2511 <ricardo.christmann@protonmail.com>

Fixes 
pull/9788/head
Bogdan 1 year ago
parent 48f819caee
commit 540c150b93

@ -1,9 +1,10 @@
.links {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.link {
display: inline-block;
white-space: nowrap;
}

Loading…
Cancel
Save