diff --git a/frontend/src/app/compliance/compliance-reports-view/components/compliance-report-detail/compliance-report-detail.component.html b/frontend/src/app/compliance/compliance-reports-view/components/compliance-report-detail/compliance-report-detail.component.html
index ed0f0cfb7..bd08bc4b7 100644
--- a/frontend/src/app/compliance/compliance-reports-view/components/compliance-report-detail/compliance-report-detail.component.html
+++ b/frontend/src/app/compliance/compliance-reports-view/components/compliance-report-detail/compliance-report-detail.component.html
@@ -58,7 +58,7 @@
-
+
Compliance remediation:
diff --git a/frontend/src/app/compliance/shared/components/utm-cp-section/utm-cp-section.component.css b/frontend/src/app/compliance/shared/components/utm-cp-section/utm-cp-section.component.css
index 7e146869b..aeeb5ea42 100644
--- a/frontend/src/app/compliance/shared/components/utm-cp-section/utm-cp-section.component.css
+++ b/frontend/src/app/compliance/shared/components/utm-cp-section/utm-cp-section.component.css
@@ -36,7 +36,7 @@
grid-template-rows: 0fr;
transition: 300ms ease-in-out;
- > div {
+ div {
overflow: hidden;
}
}
diff --git a/frontend/src/app/shared/components/layout/header/shared/notification/utm-notification-alert/utm-notification-alert.component.ts b/frontend/src/app/shared/components/layout/header/shared/notification/utm-notification-alert/utm-notification-alert.component.ts
index 5803a34bf..f3808ae72 100644
--- a/frontend/src/app/shared/components/layout/header/shared/notification/utm-notification-alert/utm-notification-alert.component.ts
+++ b/frontend/src/app/shared/components/layout/header/shared/notification/utm-notification-alert/utm-notification-alert.component.ts
@@ -6,8 +6,8 @@ import {MenuBehavior} from '../../../../../../behaviors/menu.behavior';
import {NewAlertBehavior} from '../../../../../../behaviors/new-alert.behavior';
import {stringParamToQueryParams} from '../../../../../../util/query-params-to-filter.util';
import {AlertOpenStatusService} from '../../../../../../webflux/alert-open-status.service';
-import {Subject} from "rxjs";
-import {takeUntil} from "rxjs/operators";
+import {Subject} from 'rxjs';
+import {takeUntil} from 'rxjs/operators';
@Component({
selector: 'app-utm-notification-alert',