Fix notification badge sizing (#34655)

* Fix notification badge sizing

* Update snapshots

* Add space panel badge regression test

* Update snapshot

* Updated test to test assert screenshot

* Update snapshot to look correct

* Update playwright test

* fix aliased issues
This commit is contained in:
Zack
2026-08-12 07:04:55 +00:00
committed by GitHub
parent 00a5546fe6
commit 23a666a9de
6 changed files with 78 additions and 17 deletions
@@ -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;