From 5985f172a1922aff78b9e981515ca81a1d48dfeb Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Mon, 18 May 2026 12:29:25 +0200 Subject: [PATCH] fixed editor buttons --- .../src/components/react/admin/Editor.tsx | 7 +++--- frontend/src/styles/partials/50-controls.css | 25 +++++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/react/admin/Editor.tsx b/frontend/src/components/react/admin/Editor.tsx index 07254db..779993a 100644 --- a/frontend/src/components/react/admin/Editor.tsx +++ b/frontend/src/components/react/admin/Editor.tsx @@ -291,10 +291,11 @@ export default function Editor({ editSlug }: Props) {