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 e46b70dee..80e179d26 100644 --- a/packages/frontend/core/src/components/notification/list.style.css.ts +++ b/packages/frontend/core/src/components/notification/list.style.css.ts @@ -7,6 +7,12 @@ export const container = style({ width: '360px', display: 'flex', flexDirection: 'column', + + selectors: { + '&[data-mobile]': { + width: '100%', + }, + }, }); export const header = style({ diff --git a/packages/frontend/core/src/components/notification/list.tsx b/packages/frontend/core/src/components/notification/list.tsx index 566b51dfd..58690ba3c 100644 --- a/packages/frontend/core/src/components/notification/list.tsx +++ b/packages/frontend/core/src/components/notification/list.tsx @@ -90,7 +90,10 @@ export const NotificationList = () => { }, [notificationListService]); return ( -