diff --git a/front/src/modules/ui/editor/components/BlockEditor.tsx b/front/src/modules/ui/editor/components/BlockEditor.tsx index feef4cbf5..aafd640d4 100644 --- a/front/src/modules/ui/editor/components/BlockEditor.tsx +++ b/front/src/modules/ui/editor/components/BlockEditor.tsx @@ -18,6 +18,9 @@ const StyledEditor = styled.div` color: ${({ theme }) => theme.font.color.tertiary}; font-style: normal !important; } + .tippy-box:has(.mantine-Toolbar-root) { + transform: translateX(-13%); + } `; export function BlockEditor({ editor }: BlockEditorProps) {