Skip to content

Commit 2304fa6

Browse files
styling
1 parent 156f8a2 commit 2304fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/src/MakeCall/MakeCall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ this.callAgent.on('incomingCall', async (args) => {
10031003
isMultiline={true}
10041004
onDismiss={() => { this.setState({ activeCallDetails: undefined }) }}
10051005
dismissButtonAriaLabel="Close">
1006-
<div className="ms-Grid-row ml-2 mr-2">
1006+
<div className="ms-Grid-row pl-2 pr-2">
10071007
<b>You're in an active call!</b>
10081008
<DefaultButton onClick={async () => {
10091009
const newCall = await this.callAgent.activeCallTransfer(this.state.activeCallDetails, {isTransfer: true});

0 commit comments

Comments
 (0)