Skip to content

Commit

Permalink
FIX: Do not cut off long polls (#12854)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nbianca committed Apr 29, 2021
1 parent e6329d3 commit 8636292
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/poll/assets/stylesheets/common/poll.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 8636292

Please sign in to comment.