1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Fixed: Displayed root folder path truncated when adding a movie with a long title

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2020-06-16 22:00:49 -04:00
parent 8d57c5497a
commit 566fa8b132

View File

@ -14,11 +14,11 @@
} }
.path { .path {
@add-mixin truncate;
flex: 0 1 auto; flex: 0 1 auto;
} }
.movieFolder { .movieFolder {
@add-mixin truncate;
flex: 0 1 auto; flex: 0 1 auto;
color: $disabledColor; color: $disabledColor;
} }