fix(dial-in) Make text selectable (#13205)

This commit is contained in:
Robert Pintilii
2023-04-13 12:27:11 +03:00
committed by GitHub
parent 64838df712
commit 2de416c1fa

View File

@@ -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'
}
},