Skip to content

Commit

Permalink
Merge pull request #128 from parca-dev/missing-gap
Browse files Browse the repository at this point in the history
ui: Fix padding between metrics graph and search bar to be consistent
  • Loading branch information
brancz authored Sep 28, 2021
2 parents 7ea1a0e + 22f46aa commit 7b585e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/shared/profile/src/ProfileView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ProfileView = ({

return (
<>
<div className='my-4'>
<div className='py-3'>
<Card>
<Card.Body>
<CalcWidth throttle={300} delay={2000}>
Expand Down

0 comments on commit 7b585e7

Please sign in to comment.