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

Fixed: Tags in settings getting cutoff

pull/3216/head^2
Mark McDowall 6 years ago
parent 54addbdd28
commit 06f157e634

@ -1,11 +1,12 @@
.tag {
composes: card from '~Components/Card.css';
width: 150px;
flex: 150px 0 1;
}
.label {
margin-bottom: 20px;
white-space: nowrap;
font-weight: 300;
font-size: 24px;
}

Loading…
Cancel
Save