From 064586fa3eee571286608127f4b68d15c407df01 Mon Sep 17 00:00:00 2001 From: EYHN Date: Tue, 25 Mar 2025 09:03:49 +0000 Subject: [PATCH] fix(core): adjust notification list style (#11163) --- .../frontend/core/src/components/notification/list.style.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),