mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Fixed nzb title width in manual search
This commit is contained in:
@@ -87,7 +87,7 @@ td.episode-status-cell, td.quality-cell {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nzb-title-cell {
|
.nzb-title-cell {
|
||||||
max-width: 600px;
|
max-width: 400px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -146,4 +146,4 @@ td.delete-episode-file-cell {
|
|||||||
|
|
||||||
.series-status-cell {
|
.series-status-cell {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user