Skip to content

Commit 9121cfa

Browse files
leeandherandrewshie-sentry
authored andcommitted
fix(issue-details): Minor style fixes (#81074)
Section headings margin adjustments: <img width="1180" alt="image" src="https://github.com/user-attachments/assets/9f4986d4-ec33-43c1-8cd9-494d42154431"> Align headers in/out of drawers: <img width="603" alt="image" src="https://github.com/user-attachments/assets/596488d6-a6e4-4715-8867-6ef3b8c5dbe2">
1 parent c8bfef0 commit 9121cfa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

static/app/views/issueDetails/streamline/eventTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const EventInfoJumpToWrapper = styled('div')`
263263
@media (min-width: ${p => p.theme.breakpoints.small}) {
264264
flex-wrap: nowrap;
265265
}
266-
box-shadow: ${p => p.theme.translucentBorder} 0 1px;
266+
border-bottom: 1px solid ${p => p.theme.translucentBorder};
267267
`;
268268

269269
const EventInfo = styled('div')`

static/app/views/issueDetails/streamline/foldSection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ const SectionExpander = styled('div')<{preventCollapse: boolean}>`
184184
display: grid;
185185
grid-template-columns: 1fr auto;
186186
align-items: center;
187-
padding: ${space(1)} ${space(0.75)};
187+
padding: ${space(0.5)} ${space(1.5)};
188+
margin: 0 -${space(0.75)};
188189
border-radius: ${p => p.theme.borderRadius};
189190
cursor: ${p => (p.preventCollapse ? 'initial' : 'pointer')};
190191
position: relative;

0 commit comments

Comments
 (0)