From 41fb00853b2e2dd2d23950f8f3ee2b36ac7c6836 Mon Sep 17 00:00:00 2001 From: sonaligarud Date: Thu, 17 Oct 2024 12:44:58 +0530 Subject: [PATCH] Bug #228501 - [webapp - course detail page] course module structure UI is not looking well. PFA --- packages/nulp_elite/src/pages/content/joinCourse.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/nulp_elite/src/pages/content/joinCourse.js b/packages/nulp_elite/src/pages/content/joinCourse.js index 2c9d257a..9c7fed47 100644 --- a/packages/nulp_elite/src/pages/content/joinCourse.js +++ b/packages/nulp_elite/src/pages/content/joinCourse.js @@ -1321,7 +1321,7 @@ const JoinCourse = () => { style={{ background: "#F9FAFC", borderRadius: "10px", - marginTop: "10px", + margin: "10px", }} > { {/* If it's not a content collection, render it like a clickable child */} {faqIndex.mimeType !== @@ -1698,7 +1697,7 @@ const JoinCourse = () => { {faqIndexname.children && faqIndexname.children.length > 0 ? ( @@ -1741,7 +1740,7 @@ const JoinCourse = () => { {child.children && child.children.length > 0 ? (