Merge pull request #5023 from matrix-org/t3chguy/room-list/14644
Add min-width to floating Jitsi
This commit is contained in:
commit
0de6cada57
2 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,8 @@ export default class CallPreview extends React.Component<IProps, IState> {
|
|||
if (showCall) {
|
||||
return (
|
||||
<CallView
|
||||
className="mx_CallPreview" onClick={this.onCallViewClick}
|
||||
className="mx_CallPreview"
|
||||
onClick={this.onCallViewClick}
|
||||
ConferenceHandler={this.props.ConferenceHandler}
|
||||
showHangup={true}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue