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

Add wrapping to fix long paths in labels. Fixes

pull/4/head
Benjamin Uzelac 10 years ago
parent 08d19df3f7
commit 3b9ac8699d

@ -433,7 +433,10 @@
.label {
display : inline-block;
margin-bottom : 2px;
padding : 4px 6px 3px 6px
padding : 4px 6px 3px 6px;
max-width : 100%;
white-space : normal;
word-wrap : break-word;
}
}

Loading…
Cancel
Save