1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Wrap long release names in history details

This commit is contained in:
Mark McDowall 2015-04-07 15:54:40 -07:00
parent 8aa6969aee
commit 7f38617d76

View File

@ -19,3 +19,9 @@
margin-top : 20px;
}
}
.history-detail-modal {
.info {
word-wrap: break-word;
}
}