fix icons getting cut off (#15898)

This commit is contained in:
Aditya Bist
2021-06-24 12:44:12 -07:00
committed by GitHub
parent 8c6be27254
commit a1652a5ecb

View File

@@ -69,7 +69,7 @@ class BadgeRenderer {
return `position: absolute;
height: 0.25rem;
width: 0.25rem;
top: 14px;
top: 12px;
left: 19px;
border: 2.4px solid ${circleColor};
border-radius: 100%;