Browse Source

Revert "fix(projects): Fix styling for project card header (#86741)"

This reverts commit e1b27a332bbf6b0f0962b8fed99fec10d68d990d.

Co-authored-by: malwilley <10888943+malwilley@users.noreply.github.com>
getsentry-bot 1 day ago
parent
commit
21f58f3a26
1 changed files with 2 additions and 1 deletions
  1. 2 1
      static/app/views/projectsDashboard/projectCard.tsx

+ 2 - 1
static/app/views/projectsDashboard/projectCard.tsx

@@ -441,6 +441,7 @@ const StyledIdBadge = styled(IdBadge)`
 const SummaryLinks = styled('div')`
   display: flex;
   position: relative;
+  top: -${space(2)};
   align-items: center;
   font-weight: ${p => p.theme.fontWeightNormal};
 
@@ -448,7 +449,7 @@ const SummaryLinks = styled('div')`
   font-size: ${p => p.theme.fontSizeSmall};
 
   /* Need to offset for the project icon and margin */
-  margin-left: 24px;
+  margin-left: 40px;
 
   a {
     color: ${p => p.theme.subText};