We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9edcbb commit e1b27a3Copy full SHA for e1b27a3
static/app/views/projectsDashboard/projectCard.tsx
@@ -439,15 +439,14 @@ const StyledIdBadge = styled(IdBadge)`
439
const SummaryLinks = styled('div')`
440
display: flex;
441
position: relative;
442
- top: -${space(2)};
443
align-items: center;
444
font-weight: ${p => p.theme.fontWeightNormal};
445
446
color: ${p => p.theme.subText};
447
font-size: ${p => p.theme.fontSizeSmall};
448
449
/* Need to offset for the project icon and margin */
450
- margin-left: 40px;
+ margin-left: 24px;
451
452
a {
453
0 commit comments