From 26e8d9fff91a7f3f8ddba30c9aeaf5872e078d13 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Wed, 16 Oct 2024 13:59:40 +0300 Subject: [PATCH] RED-10190: fixed notifications redirect links and padding.. --- .../app/components/notifications/notifications.component.scss | 2 +- apps/red-ui/src/app/services/notifications.service.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/components/notifications/notifications.component.scss b/apps/red-ui/src/app/components/notifications/notifications.component.scss index 57b77036c..1b1824665 100644 --- a/apps/red-ui/src/app/components/notifications/notifications.component.scss +++ b/apps/red-ui/src/app/components/notifications/notifications.component.scss @@ -22,7 +22,7 @@ } .mat-mdc-menu-item.notification { - padding: 8px 26px 10px 8px; + padding: 8px 26px 10px 8px !important; margin: 2px 0 0 0; height: fit-content; position: relative; diff --git a/apps/red-ui/src/app/services/notifications.service.ts b/apps/red-ui/src/app/services/notifications.service.ts index ad596231b..47196daa5 100644 --- a/apps/red-ui/src/app/services/notifications.service.ts +++ b/apps/red-ui/src/app/services/notifications.service.ts @@ -95,7 +95,7 @@ export class NotificationsService extends EntitiesService