diff --git a/packages/frontend/core/src/components/notification/list.style.css.ts b/packages/frontend/core/src/components/notification/list.style.css.ts index 72cce92945..49732ffe2d 100644 --- a/packages/frontend/core/src/components/notification/list.style.css.ts +++ b/packages/frontend/core/src/components/notification/list.style.css.ts @@ -85,7 +85,7 @@ export const itemNameLabel = style({ display: 'inline-flex', alignItems: 'center', gap: '4px', - lineHeight: '22px', + verticalAlign: 'top', selectors: { [`&[data-inactived="true"]`]: { color: cssVarV2('text/placeholder'),