Skip to content

Commit

Permalink
Spinner.jsx
Browse files Browse the repository at this point in the history
css typo, breaking loader position
  • Loading branch information
BlastFire committed Dec 8, 2017
1 parent 21c8ebe commit a6b7afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spinner.jsx
Expand Up @@ -27,7 +27,7 @@ function Spinner({
};

const spinAlignmentStyle = {
display: 'inline=block',
display: 'inline-block',
float: spinAlignment + ' !important',
padding: '0 10px'
};
Expand Down

0 comments on commit a6b7afa

Please sign in to comment.