Fixed: Long relative path when selecting episodes in Manual Import hiding buttons
Fixes #3916
This commit is contained in:
parent
8272e3ed0f
commit
a206a5714e
|
@ -28,6 +28,7 @@
|
||||||
.path {
|
.path {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
color: $dimColor;
|
color: $dimColor;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
Loading…
Reference in New Issue