mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed nzb title width in manual search
This commit is contained in:
parent
ea12cf06da
commit
7bb69d5ef4
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ td.episode-status-cell, td.quality-cell {
|
|||
}
|
||||
|
||||
.nzb-title-cell {
|
||||
max-width: 600px;
|
||||
max-width: 400px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
@ -146,4 +146,4 @@ td.delete-episode-file-cell {
|
|||
|
||||
.series-status-cell {
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue