mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix icons getting cut off (#15898)
This commit is contained in:
@@ -69,7 +69,7 @@ class BadgeRenderer {
|
|||||||
return `position: absolute;
|
return `position: absolute;
|
||||||
height: 0.25rem;
|
height: 0.25rem;
|
||||||
width: 0.25rem;
|
width: 0.25rem;
|
||||||
top: 14px;
|
top: 12px;
|
||||||
left: 19px;
|
left: 19px;
|
||||||
border: 2.4px solid ${circleColor};
|
border: 2.4px solid ${circleColor};
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user