From 858e1c752938d5da36b02ef0fee5056775b33053 Mon Sep 17 00:00:00 2001
From: Ramon Souza <contato@ramonsouza.com>
Date: Mon, 12 Apr 2021 14:34:05 -0300
Subject: [PATCH] remove max-width from polling options container

---
 bigbluebutton-html5/imports/ui/components/polling/styles.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bigbluebutton-html5/imports/ui/components/polling/styles.scss b/bigbluebutton-html5/imports/ui/components/polling/styles.scss
index 3e439e760e..76ecf60001 100644
--- a/bigbluebutton-html5/imports/ui/components/polling/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/polling/styles.scss
@@ -27,7 +27,6 @@
 .pollingContainer {
   pointer-events:auto;
   min-width: var(--poll-width);
-  max-width: var(--poll-width);
   position: absolute;
 
   z-index: var(--poll-index);
-- 
GitLab