From c080598e71ef6fc6d53a1d26436a076ce9d6eac8 Mon Sep 17 00:00:00 2001 From: Joseph John Aas Cooper <33054985+cooper-joe@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:30:26 +0100 Subject: [PATCH] fix: adjust styles --- src/components/panel/EditPanel.tsx | 15 ++++++++++++--- src/components/panel/KeysPanel.tsx | 2 +- src/components/panel/Panel.module.css | 21 ++++++++++++++------- src/components/panel/PanelEditor.tsx | 1 + 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/src/components/panel/EditPanel.tsx b/src/components/panel/EditPanel.tsx index ef74ceb..f2a30c7 100644 --- a/src/components/panel/EditPanel.tsx +++ b/src/components/panel/EditPanel.tsx @@ -69,12 +69,11 @@ const PanelEdit = () => { key, namespace, value, - }) + }) } catch (error) { const message = i18n.t('There was an error updating the key') showError(message) } - } useEffect(() => { @@ -96,12 +95,21 @@ const PanelEdit = () => {
- {key && key} + + {key && key} +