From b370f9490f8cf3bbba47a2fe27fd62174826e9b7 Mon Sep 17 00:00:00 2001 From: sonaligarud Date: Tue, 24 Sep 2024 18:03:07 +0530 Subject: [PATCH] Bug #227347 - [webapp => chat with creator] All messages should be left alligned. ,Bug #227346 - [webapp =>chat with creator] showing horizontal scroll on chat with creator popup. --- packages/nulp_elite/src/components/header.js | 73 ------------------- .../src/pages/content/joinCourse.js | 2 +- packages/nulp_elite/src/styles/style.css | 5 +- 3 files changed, 5 insertions(+), 75 deletions(-) diff --git a/packages/nulp_elite/src/components/header.js b/packages/nulp_elite/src/components/header.js index 1099e7e5..3b62a401 100644 --- a/packages/nulp_elite/src/components/header.js +++ b/packages/nulp_elite/src/components/header.js @@ -882,79 +882,6 @@ function Header({ globalSearchQuery }) { - - {t("DASHBOARD")} - - {openDashboardmenu ? : } - - - - {roleNames.some((role) => - ["SYSTEM_ADMINISTRATION", "CONTENT_CREATOR"].includes( - role - ) - ) && ( - - - - {t("POLL")} - - - - )} - {roleNames.some((role) => - ["ORG_ADMIN", "SYSTEM_ADMINISTRATION", "CONTENT_CREATOR"].includes( - role - ) - ) && ( - - - - {t("EVENTS")} - - - - )} - - { - sessionStorage.setItem("urlPath", "learningreport"); - window.open(routeConfig.ROUTES.LEARNING_REPORT, "_blank"); - }}> - - {t("LEARNING_REPORT")} - - - - - - {roleNames.some((role) => ["ORG_ADMIN", "SYSTEM_ADMINISTRATION"].includes( role diff --git a/packages/nulp_elite/src/pages/content/joinCourse.js b/packages/nulp_elite/src/pages/content/joinCourse.js index 1f04691c..e835acba 100644 --- a/packages/nulp_elite/src/pages/content/joinCourse.js +++ b/packages/nulp_elite/src/pages/content/joinCourse.js @@ -1993,7 +1993,7 @@ const JoinCourse = () => { outline: "none", borderRadius: 8, width: "90%", // Relative width - maxWidth: "500px", // Maximum width + maxWidth: "700px", // Maximum width height: "80%", // Relative height maxHeight: "90vh", // Maximum height overflowY: "auto", // Scroll if content overflows diff --git a/packages/nulp_elite/src/styles/style.css b/packages/nulp_elite/src/styles/style.css index a983d4d6..3b638691 100644 --- a/packages/nulp_elite/src/styles/style.css +++ b/packages/nulp_elite/src/styles/style.css @@ -1572,7 +1572,9 @@ button { font-size: 15px !important; max-width: 80% !important; } - + .jss6{ + text-align: left !important; + } .mr-13 { margin-right: 13px !important; } @@ -3171,6 +3173,7 @@ custom-chip { .contentCreator .jss5 { position: inherit !important; + text-align: left !important; } .social-icons {