From 0119093615be6d44ff1a7d1cc25857743b01a6e5 Mon Sep 17 00:00:00 2001
From: "mithun.s" <mithun.s@qed42.com>
Date: Fri, 1 Mar 2024 16:04:25 +0530
Subject: [PATCH] Issue-3409640: Fix the pipeline issue and address the review
 comment.

---
 core/modules/workspaces/css/workspaces.off-canvas.css      | 2 +-
 core/modules/workspaces/css/workspaces.off-canvas.pcss.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/workspaces/css/workspaces.off-canvas.css b/core/modules/workspaces/css/workspaces.off-canvas.css
index 06b66d55c87a..152ed043f71e 100644
--- a/core/modules/workspaces/css/workspaces.off-canvas.css
+++ b/core/modules/workspaces/css/workspaces.off-canvas.css
@@ -25,7 +25,7 @@
 
 @media (max-width: 47.9375rem) {
   #drupal-off-canvas-wrapper.workspaces-dialog + .ui-dialog .ui-dialog-content {
-    max-height: unset !important; /* Override the max-height added by Js. */
+    max-height: unset !important; /* Override the max-height added by JS. */
   }
 }
 
diff --git a/core/modules/workspaces/css/workspaces.off-canvas.pcss.css b/core/modules/workspaces/css/workspaces.off-canvas.pcss.css
index ba556bb2fc24..fe43b71d6dd6 100644
--- a/core/modules/workspaces/css/workspaces.off-canvas.pcss.css
+++ b/core/modules/workspaces/css/workspaces.off-canvas.pcss.css
@@ -20,7 +20,7 @@
 
   & + .ui-dialog .ui-dialog-content {
     @media (--workspace-layout-small) {
-      max-height: unset !important; /* Override the max-height added by Js. */
+      max-height: unset !important; /* Override the max-height added by JS. */
     }
   }
 
-- 
GitLab