mirror of https://github.com/Radarr/Radarr
Fixed: Wrap long release names in history details
This commit is contained in:
parent
8aa6969aee
commit
7f38617d76
|
@ -19,3 +19,9 @@
|
||||||
margin-top : 20px;
|
margin-top : 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.history-detail-modal {
|
||||||
|
.info {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue