Skip to content

Commit 4632c6a

Browse files
committed
Change full screen button alignment
1 parent 8f7b459 commit 4632c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IFrameVirtualPCF/components/IFrameControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const IFrameControl = React.memo((props: IFrameControlProps) => {
4444
</Stack>
4545
<Stack>
4646
{showFullScreenBtn && (
47-
<Stack.Item grow align="center">
47+
<Stack.Item grow align="end">
4848
{!isFullScreen && (
4949
<DefaultButton onClick={onFullScreen}>Full screen</DefaultButton>
5050
)}

0 commit comments

Comments
 (0)