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
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ body {
display: block;
text-overflow: ellipsis;
overflow: hidden;
max-width: 30vw;
max-width: 500px;
}
}