mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 17:17:12 +00:00
Changed max-width manual search modal releases column to a fixed width to prevent overflow on large resolution.
This commit is contained in:
parent
44338e161f
commit
ec8bb2bc35
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ body {
|
|||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 30vw;
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue