mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Fixed: Displayed root folder path getting truncated when adding a series with a long title
Fixes #3812
This commit is contained in:
parent
200e263f1f
commit
b642c3acfd
1 changed files with 1 additions and 1 deletions
|
@ -14,11 +14,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.path {
|
.path {
|
||||||
@add-mixin truncate;
|
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.seriesFolder {
|
.seriesFolder {
|
||||||
|
@add-mixin truncate;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
color: $disabledColor;
|
color: $disabledColor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue