Skip to content

Commit

Permalink
upcoming: [DI-20585] - Alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangalr committed Sep 12, 2024
1 parent c9bc84f commit 2a20ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const CloudPulseWidget = (props: CloudPulseWidgetProperties) => {
`(${currentUnit}${unit.endsWith('ps') ? '/s' : ''})`}
</Typography>
<Stack
alignItems={'left'}
alignItems={'center'}
direction={{ sm: 'row' }}
gap={{ md: 2, xs: 1 }}
width={{ sm: 'inherit', xs: '100%' }}
Expand Down

0 comments on commit 2a20ac8

Please sign in to comment.