[ACS-7419] Fix broken styling of notifications, apply pr remarks

This commit is contained in:
Tomasz Nastaly
2024-04-04 15:59:30 +02:00
committed by VitoAlbano
parent e6d3b5d502
commit ef91d33235

View File

@@ -4,17 +4,15 @@ $notification-item-height: 72px;
.adf {
&-notification-history-list {
/* stylelint-disable */
.mat-mdc-list-item-unscoped-content {
.adf-notification-history-menu-item-content-wrapper {
height: 100%;
display: flex !important;
align-items: center !important;
display: flex;
align-items: center;
}
.mdc-list-item__secondary-text::before {
height: auto;
}
/* stylelint-enable */
}
&-notification-history-menu-item-content {