From 9fe8a68e9854b3124cbbcc5938a7cead86dc9ad6 Mon Sep 17 00:00:00 2001
From: hiroshisuga <45039819+hiroshisuga@users.noreply.github.com>
Date: Mon, 5 Jul 2021 23:42:45 +0900
Subject: [PATCH] Update styles.scss

---
 .../imports/ui/components/polling/styles.scss             | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/bigbluebutton-html5/imports/ui/components/polling/styles.scss b/bigbluebutton-html5/imports/ui/components/polling/styles.scss
index e9909b14c4..4eeef31da5 100644
--- a/bigbluebutton-html5/imports/ui/components/polling/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/polling/styles.scss
@@ -90,14 +90,6 @@
   display: grid;
   grid-template-columns: repeat(var(--col-amount), 1fr);
 
-  > .pollButtonWrapper:nth-child(odd) {
-      grid-column: 1;
-  }
-
-  > .pollButtonWrapper:nth-child(even) {
-      grid-column: var(--col-amount);
-  }
-
   @include mq($hasPhoneDimentions) {
     grid-template-columns: repeat(1, 1fr);
 
-- 
GitLab