diff --git a/react/features/participants-pane/components/web/ParticipantsCounter.tsx b/react/features/participants-pane/components/web/ParticipantsCounter.tsx index f71691d5c..561bd9b38 100644 --- a/react/features/participants-pane/components/web/ParticipantsCounter.tsx +++ b/react/features/participants-pane/components/web/ParticipantsCounter.tsx @@ -19,7 +19,6 @@ const useStyles = makeStyles()(theme => { right: '-4px', top: '-3px', textAlign: 'center', - boxSizing: 'border-box', paddingTop: '2px' } };