From b2b05af2ac72953fc6c35ba792b733d7d1c65e04 Mon Sep 17 00:00:00 2001 From: Ktbch <140395978+Ktbch@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:53:13 +0200 Subject: [PATCH] Fix overflow and ensure visibility of action buttons in WidgetHeader component (#78) --- .../Dashboard/Widget/_components/WidgetHeader/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/frontend/views/Dashboard/Widget/_components/WidgetHeader/index.tsx b/src/frontend/views/Dashboard/Widget/_components/WidgetHeader/index.tsx index 39bbb697..9785764f 100644 --- a/src/frontend/views/Dashboard/Widget/_components/WidgetHeader/index.tsx +++ b/src/frontend/views/Dashboard/Widget/_components/WidgetHeader/index.tsx @@ -35,13 +35,15 @@ export function WidgetHeader({ return (
-
+
{setting && ( )} -

{title} TODO

+

+ {title} TODO DONE +

{setting ? (