FIX: Do not cut off long polls (#12854)

Some polls with images can be very long. Those which showed a pie chart
for the results had a fixed height set, which meant that some long polls
could be cut off.
This commit is contained in:
Bianca Nenciu 2021-04-29 10:32:45 +03:00 committed by GitHub
parent e6329d3007
commit 8636292a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -161,9 +161,6 @@ div.poll {
div.poll.pie {
.poll-container {
display: inline-block;
height: 340px;
max-height: 340px;
overflow-y: auto;
}
.poll-info {
display: inline-block;