We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7b459 commit 4632c6aCopy full SHA for 4632c6a
1 file changed
IFrameVirtualPCF/components/IFrameControl.tsx
@@ -44,7 +44,7 @@ export const IFrameControl = React.memo((props: IFrameControlProps) => {
44
</Stack>
45
<Stack>
46
{showFullScreenBtn && (
47
- <Stack.Item grow align="center">
+ <Stack.Item grow align="end">
48
{!isFullScreen && (
49
<DefaultButton onClick={onFullScreen}>Full screen</DefaultButton>
50
)}
0 commit comments