mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02: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
@ -14,11 +14,11 @@
|
||||
}
|
||||
|
||||
.path {
|
||||
@add-mixin truncate;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.seriesFolder {
|
||||
@add-mixin truncate;
|
||||
flex: 0 1 auto;
|
||||
color: $disabledColor;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user