mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
nzb titles in manual search will wrap
This commit is contained in:
parent
fd54486478
commit
0974d275ef
3 changed files with 7 additions and 2 deletions
|
@ -56,4 +56,9 @@ td.episode-status-cell, td.quality-cell {
|
|||
i {
|
||||
.clickable();
|
||||
}
|
||||
}
|
||||
|
||||
.nzb-title-cell {
|
||||
max-width: 600px;
|
||||
word-wrap: break-word;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue