From 4e2c7112279ca7cc86305dd80cbc605344e1c79c Mon Sep 17 00:00:00 2001 From: swve Date: Tue, 11 Mar 2025 16:58:05 +0100 Subject: [PATCH] refactor: improve UI styling for course structure draggable elements --- .../EditCourseStructure/DraggableElements/ActivityElement.tsx | 4 ++-- .../EditCourseStructure/DraggableElements/ChapterElement.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx b/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx index 73252b04..c7a1d34f 100644 --- a/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx +++ b/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx @@ -114,7 +114,7 @@ function ActivityElement(props: ActivitiyElementProps) { > {(provided, snapshot) => (
+
{' '}
diff --git a/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ChapterElement.tsx b/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ChapterElement.tsx index b4782eb5..c9f06526 100644 --- a/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ChapterElement.tsx +++ b/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ChapterElement.tsx @@ -151,7 +151,7 @@ function ChapterElement(props: ChapterElementProps) { > {(provided) => (
-
+
{activities.map((activity: any, index: any) => { return (