Skip to content

Commit

Permalink
fix(react-components): center error
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed May 6, 2024
1 parent 901e2f0 commit 4554ddd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const AnomalyWidgetError = () => {
width: '100%',
height: '100%',
position: 'relative',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
}}
>
<Box margin={{ vertical: 's', horizontal: 's' }}>
Expand Down

0 comments on commit 4554ddd

Please sign in to comment.