diff --git a/react/features/prejoin/components/web/dialogs/DialInDialog.tsx b/react/features/prejoin/components/web/dialogs/DialInDialog.tsx index ccb2548b8c..916b3127c3 100644 --- a/react/features/prejoin/components/web/dialogs/DialInDialog.tsx +++ b/react/features/prejoin/components/web/dialogs/DialInDialog.tsx @@ -63,10 +63,15 @@ const useStyles = makeStyles()(theme => { lineHeight: '24px', margin: theme.spacing(1), padding: theme.spacing(2), + userSelect: 'text', '& .prejoin-dialog-dialin-num-container': { minHeight: '48px', margin: `${theme.spacing(2)} 0` + }, + + '& span': { + userSelect: 'text' } },