We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156f8a2 commit 2304fa6Copy full SHA for 2304fa6
Project/src/MakeCall/MakeCall.js
@@ -1003,7 +1003,7 @@ this.callAgent.on('incomingCall', async (args) => {
1003
isMultiline={true}
1004
onDismiss={() => { this.setState({ activeCallDetails: undefined }) }}
1005
dismissButtonAriaLabel="Close">
1006
- <div className="ms-Grid-row ml-2 mr-2">
+ <div className="ms-Grid-row pl-2 pr-2">
1007
<b>You're in an active call!</b>
1008
<DefaultButton onClick={async () => {
1009
const newCall = await this.callAgent.activeCallTransfer(this.state.activeCallDetails, {isTransfer: true});
0 commit comments