From 0d128ffac71a227fd7b1bacf47b70b0fb954d303 Mon Sep 17 00:00:00 2001 From: D3vision Date: Mon, 15 May 2023 18:57:04 +0200 Subject: [PATCH] fixing label width issue for the list view toggle --- src/components/InputElements.tsx | 2 +- src/css/index.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/InputElements.tsx b/src/components/InputElements.tsx index df5c462..410fd11 100644 --- a/src/components/InputElements.tsx +++ b/src/components/InputElements.tsx @@ -47,7 +47,7 @@ export type InputElementProperties = { } export const ToggleSwitch = ({ value, onChange, inputRef, children }: InputElementProperties) => { - return