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

pull/1311/head^2
morpheus65535 3 years ago
parent 44338e161f
commit ec8bb2bc35

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

Loading…
Cancel
Save