Skip to content

Commit 06c75af

Browse files
roggenkemperandrewshie-sentry
authored andcommitted
chore(issue-details): Update suspect commit padding (#87772)
before: <img width="1105" alt="Screenshot 2025-03-24 at 11 55 29 AM" src="https://github.com/user-attachments/assets/37f7fc74-da33-4d3a-b435-3bd1be56c644" /> after: <img width="1104" alt="Screenshot 2025-03-24 at 11 55 50 AM" src="https://github.com/user-attachments/assets/a48da4ed-1d0c-45fa-9728-d72832279dcc" />
1 parent a85b104 commit 06c75af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/app/components/commitRow.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function CommitRow({
9292
<span>
9393
{customAvatar ? customAvatar : <UserAvatar size={16} user={commit.author} />}
9494
</span>
95-
<Meta>
95+
<Meta hasStreamlinedUI>
9696
<Tooltip
9797
title={tct(
9898
'The email [actorEmail] is not a member of your organization. [inviteUser:Invite] them or link additional emails in [accountSettings:account settings].',
@@ -317,7 +317,7 @@ const Meta = styled(TextOverflow)<{hasStreamlinedUI?: boolean}>`
317317
const StreamlinedCommitRow = styled('div')`
318318
display: flex;
319319
flex-direction: column;
320-
padding: ${space(0.5)} ${space(1.5)} ${space(1.5)};
320+
padding: 0 ${space(1.5)} ${space(1.5)};
321321
`;
322322

323323
const MetaWrapper = styled('div')`
@@ -326,6 +326,7 @@ const MetaWrapper = styled('div')`
326326
gap: ${space(0.5)};
327327
color: ${p => p.theme.subText};
328328
font-size: ${p => p.theme.fontSizeMedium};
329+
padding-top: ${space(0.25)};
329330
`;
330331

331332
const StyledExternalLink = styled(ExternalLink)`

0 commit comments

Comments
 (0)