[ACS-8682] - [ACA] alignment missing on notification message and photo on notifications popup (#10149)

This commit is contained in:
dominikiwanekhyland
2024-08-30 15:50:01 +02:00
committed by GitHub
parent 3993001664
commit 8a60a26701

View File

@@ -63,6 +63,8 @@ $notification-item-height: 72px;
.adf-notification-history-menu-item { .adf-notification-history-menu-item {
cursor: pointer; cursor: pointer;
height: $notification-item-height; height: $notification-item-height;
align-items: center;
padding-left: 16px;
} }
.adf-notification-history-menu-item:focus { .adf-notification-history-menu-item:focus {