mirror of https://github.com/Sonarr/Sonarr
Fixed: Downloading progress won't cutoff series title prematurely
Closes #620
This commit is contained in:
parent
7e89bcca38
commit
71f3435026
|
@ -206,8 +206,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart {
|
.chart {
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
margin-right: 2px;
|
margin-right : 2px;
|
||||||
|
line-height : 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-labels {
|
.legend-labels {
|
||||||
|
|
Loading…
Reference in New Issue