Skip to content

Commit

Permalink
Updating padding
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT committed Feb 2, 2024
1 parent 0c81397 commit 6415712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const TimelineWidgetView = ({ widget }: TimelineWidgetProps) => {
<Grid item fontWeight="bold" xs={0.5}>
{renderIcon(tEvent.status)}
</Grid>
<Grid item xs={11} paddingLeft={1}>
<Grid item xs={11} sx={{ paddingLeft: '10px' }}>
<MetHeader4 bold>{tEvent.description}</MetHeader4>
<MetParagraph
style={{
Expand Down

0 comments on commit 6415712

Please sign in to comment.