Changed max-width manual search modal releases column to a fixed width to prevent overflow on large resolution.

This commit is contained in:
morpheus65535 2021-03-28 10:08:44 -04:00
parent 44338e161f
commit ec8bb2bc35

View file

@ -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;
} }
} }