Skip to content

Commit fd49bf9

Browse files
authored
chore(header): remove excess bottom margin (#91753)
**Before & After:** <img width="484" alt="Screenshot 2025-05-15 at 11 25 14 AM" src="https://github.com/user-attachments/assets/c03630b0-857b-4533-896a-e717ee07d702" /> <img width="606" alt="Screenshot 2025-05-15 at 11 24 53 AM" src="https://github.com/user-attachments/assets/66cc626c-2a30-4e67-a63d-b782c03f89c2" />
1 parent c8cdcdf commit fd49bf9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

static/app/components/layouts/thirds.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,8 @@ export const HeaderContent = styled('div')<{unified?: boolean}>`
6060
display: flex;
6161
flex-direction: column;
6262
justify-content: normal;
63-
margin-bottom: ${space(1)};
6463
overflow: hidden;
6564
max-width: 100%;
66-
67-
${p =>
68-
p.unified &&
69-
css`
70-
margin-bottom: 0;
71-
`}
7265
`;
7366

7467
/**

static/app/views/explore/multiQueryMode/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function MultiQueryMode() {
3737
renderDisabled={NoAccess}
3838
>
3939
<SentryDocumentTitle title={t('Compare Queries')} orgSlug={organization.slug}>
40-
<Layout.Header>
40+
<Layout.Header unified>
4141
<Layout.HeaderContent>
4242
<Breadcrumbs
4343
crumbs={[

0 commit comments

Comments
 (0)