mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +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;
|
display: block;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 30vw;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue