From de4e7dd8dc804273d27f4719d67b42660879e4ae Mon Sep 17 00:00:00 2001 From: Siva Rama Krishna Date: Mon, 5 Jan 2026 15:42:06 +0530 Subject: [PATCH] fix: remove Angular-specific selector --- .../src/components/template/AppShell/AppShell.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/react-sdk-components/src/components/template/AppShell/AppShell.css b/packages/react-sdk-components/src/components/template/AppShell/AppShell.css index e6027761..d3a4ff3e 100644 --- a/packages/react-sdk-components/src/components/template/AppShell/AppShell.css +++ b/packages/react-sdk-components/src/components/template/AppShell/AppShell.css @@ -33,7 +33,3 @@ .progress-spinner { text-align: center; } - -::ng-deep snack-bar-container.snackbar-newline { - white-space: pre-line; -}