From 8636292a4001cc341425cf558a7bd986face160d Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Thu, 29 Apr 2021 10:32:45 +0300 Subject: [PATCH] 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. --- plugins/poll/assets/stylesheets/common/poll.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/poll/assets/stylesheets/common/poll.scss b/plugins/poll/assets/stylesheets/common/poll.scss index 17bf53ecda4..e0126524f20 100644 --- a/plugins/poll/assets/stylesheets/common/poll.scss +++ b/plugins/poll/assets/stylesheets/common/poll.scss @@ -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;