Skip to content

Commit

Permalink
[frontend] remove height messing with scroll(#5548-support-logs)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahBocognano committed May 2, 2024
1 parent f92ab9e commit 01e24e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SupportPackages = () => {
/>
<Grid container={true} spacing={4}>
<Grid item={true} xs={8} style={{ paddingTop: '24px' }}>
<div style={{ height: '100%' }}>
<div>
<Typography variant="h4" gutterBottom={true} style={{ marginBottom: '10px' }}>
{t_i18n('Generated Support Package')}
</Typography>
Expand Down

0 comments on commit 01e24e9

Please sign in to comment.