Fix activity feed padding (#29234)

This commit is contained in:
Luke Heath 2025-05-17 15:07:05 -05:00 committed by GitHub
parent 7380919dc3
commit 9156ce35dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,6 @@
font-size: $xx-small;
position: absolute;
top: 14px;
right: 0;
right: 14px;
}
}