mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7419] Fix broken styling of notifications, apply pr remarks
This commit is contained in:
committed by
VitoAlbano
parent
ad1c888fb4
commit
4c9ab54108
@@ -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 {
|
||||
|
Reference in New Issue
Block a user