diff --git a/bigbluebutton-html5/imports/ui/components/dropdown/list/styles.scss b/bigbluebutton-html5/imports/ui/components/dropdown/list/styles.scss
index 5fbeb7020133224eb9e1cf72dd4e4c52eb567057..c9037c39bfd0a903bb6a7572aa25540c7b2a451b 100644
--- a/bigbluebutton-html5/imports/ui/components/dropdown/list/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/dropdown/list/styles.scss
@@ -30,8 +30,6 @@
   height: 1px;
   background-color: $color-gray-lighter;
   padding: 0;
-  margin-left: -($line-height-computed / 2);
-  margin-right: -($line-height-computed / 2);
   margin-top: $line-height-computed * .5;
   margin-bottom: $line-height-computed * .5;
 }