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 {
|
.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 {
|
||||||
|
Reference in New Issue
Block a user