1
diff --git a/apps/web/test/unit-tests/components/views/spaces/__snapshots__/SpaceTreeLevel-test.tsx.snap b/apps/web/test/unit-tests/components/views/spaces/__snapshots__/SpaceTreeLevel-test.tsx.snap
index 6f9a846f1d..9710e8fae7 100644
--- a/apps/web/test/unit-tests/components/views/spaces/__snapshots__/SpaceTreeLevel-test.tsx.snap
+++ b/apps/web/test/unit-tests/components/views/spaces/__snapshots__/SpaceTreeLevel-test.tsx.snap
@@ -27,7 +27,7 @@ exports[`SpaceButton metaspace should render notificationState if one is provide
>
@@ -117,13 +117,13 @@ exports[`ThreadsActivityCentre renders notifications matching the snapshot 1`] =
/>
@@ -231,13 +231,13 @@ exports[`ThreadsActivityCentre should order the room with the same notification
/>
@@ -282,13 +282,13 @@ exports[`ThreadsActivityCentre should order the room with the same notification
/>
@@ -333,13 +333,13 @@ exports[`ThreadsActivityCentre should order the room with the same notification
/>
diff --git a/packages/shared-components/src/notifications/NotificationBadgeView/NotificationBadgeView.module.css b/packages/shared-components/src/notifications/NotificationBadgeView/NotificationBadgeView.module.css
index 158bae064b..a7e72b0b27 100644
--- a/packages/shared-components/src/notifications/NotificationBadgeView/NotificationBadgeView.module.css
+++ b/packages/shared-components/src/notifications/NotificationBadgeView/NotificationBadgeView.module.css
@@ -6,7 +6,8 @@
*/
.notificationBadge {
- box-sizing: border-box;
+ /* App-side badge borders should sit outside the fixed badge size. */
+ box-sizing: content-box;
padding: 0;
border: 0;
font: inherit;