Skip to content

Commit e1b27a3

Browse files
authored
fix(projects): Fix styling for project card header (#86741)
1 parent c9edcbb commit e1b27a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/projectsDashboard/projectCard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,15 +439,14 @@ const StyledIdBadge = styled(IdBadge)`
439439
const SummaryLinks = styled('div')`
440440
display: flex;
441441
position: relative;
442-
top: -${space(2)};
443442
align-items: center;
444443
font-weight: ${p => p.theme.fontWeightNormal};
445444
446445
color: ${p => p.theme.subText};
447446
font-size: ${p => p.theme.fontSizeSmall};
448447
449448
/* Need to offset for the project icon and margin */
450-
margin-left: 40px;
449+
margin-left: 24px;
451450
452451
a {
453452
color: ${p => p.theme.subText};

0 commit comments

Comments
 (0)