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
|
@ -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…
Reference in New Issue