mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Wrap long release names in history details
This commit is contained in:
parent
8aa6969aee
commit
7f38617d76
1 changed files with 6 additions and 0 deletions
|
@ -19,3 +19,9 @@
|
|||
margin-top : 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.history-detail-modal {
|
||||
.info {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue