From 18e82011676e63f8a2717222162be2d2ddfbe4fa Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Tue, 14 Feb 2023 12:40:29 +0200 Subject: [PATCH] fix(participants-counter) Style fix (#12907) --- .../participants-pane/components/web/ParticipantsCounter.tsx | 1 - 1 file changed, 1 deletion(-) 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' } };