diff --git a/src/taskpane/components/App.tsx b/src/taskpane/components/App.tsx index a5f3d794..9e401f9f 100644 --- a/src/taskpane/components/App.tsx +++ b/src/taskpane/components/App.tsx @@ -155,15 +155,15 @@ const App: React.FC = () => { Content - -
- +
+
+
diff --git a/src/taskpane/components/DraftButtons.tsx b/src/taskpane/components/DraftButtons.tsx index 67b77296..7d0020f7 100644 --- a/src/taskpane/components/DraftButtons.tsx +++ b/src/taskpane/components/DraftButtons.tsx @@ -64,7 +64,7 @@ export const DraftButtons: React.FC = () => { const textBox = master.shapes.addTextBox(""); // textBox.left = 0; // Center it horizontally - textBox.left = -329 + textBox.left = -330 textBox.top = 32; // textBox.width = 960; textBox.width = 2400;