diff --git a/packages/web/src/javascripts/Components/SuperEditor/Plugins/ToolbarPlugin/ToolbarPlugin.tsx b/packages/web/src/javascripts/Components/SuperEditor/Plugins/ToolbarPlugin/ToolbarPlugin.tsx
index 8664513d0..bf4eee052 100644
--- a/packages/web/src/javascripts/Components/SuperEditor/Plugins/ToolbarPlugin/ToolbarPlugin.tsx
+++ b/packages/web/src/javascripts/Components/SuperEditor/Plugins/ToolbarPlugin/ToolbarPlugin.tsx
@@ -576,6 +576,16 @@ const ToolbarPlugin = () => {
+ IndentBlock.onSelect(editor)}
+ />
+ OutdentBlock.onSelect(editor)}
+ />
{
@@ -804,9 +814,6 @@ const ToolbarPlugin = () => {
active={elementFormat === 'justify'}
onClick={() => JustifyAlignBlock.onSelect(editor)}
/>
-
- IndentBlock.onSelect(editor)} />
- OutdentBlock.onSelect(editor)} />