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:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user