mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fixed: Displayed root folder path getting truncated when adding an author with a long name
This commit is contained in:
@@ -14,11 +14,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.path {
|
.path {
|
||||||
@add-mixin truncate;
|
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.authorFolder {
|
.authorFolder {
|
||||||
|
@add-mixin truncate;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
color: var(--disabledColor);
|
color: var(--disabledColor);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user