mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Downloading progress won't cutoff series title prematurely
Closes #620
This commit is contained in:
parent
7e89bcca38
commit
71f3435026
1 changed files with 3 additions and 2 deletions
|
@ -207,7 +207,8 @@
|
||||||
|
|
||||||
.chart {
|
.chart {
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
margin-right: 2px;
|
margin-right : 2px;
|
||||||
|
line-height : 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-labels {
|
.legend-labels {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue