[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 ad1c888fb4
commit 4c9ab54108

View File

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