Skip to content

Commit

Permalink
chore: remove top padding
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Jul 9, 2024
1 parent 91f97ad commit a213694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfilingDurationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const ProfilingDurationBar = <T extends AllStepsT>({
}

return (
<Box fontSize="xs" paddingY="4" width="100%">
<Box fontSize="xs" paddingBottom="4" width="100%">
<VStack spacing="1" alignItems="start">
<HStack
spacing="2"
Expand Down

0 comments on commit a213694

Please sign in to comment.