Skip to content

Commit

Permalink
Make loading messages use text-align center
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 20, 2021
1 parent e2f5843 commit 703b97e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const useStyles = makeStyles(theme => ({
height: '100%',
width: '100%',
pointerEvents: 'none',
textAlign: 'center',
},
blockMessage: {
width: '100%',
Expand Down

0 comments on commit 703b97e

Please sign in to comment.