mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(dial-in) Make text selectable (#13205)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user