style(mini result chart modal): fix incorrect height

This commit is contained in:
Miodec 2024-08-28 10:29:42 +02:00
parent 8a6d0a6494
commit 0d5ff3eb70

View file

@ -86,7 +86,7 @@ body.darkMode {
overflow: hidden;
max-width: 70rem;
canvas {
height: 200px;
max-height: 200px;
}
}
}