Skip to content

Commit

Permalink
Merge a6b7afa into 21c8ebe
Browse files Browse the repository at this point in the history
  • Loading branch information
BlastFire committed Dec 8, 2017
2 parents 21c8ebe + a6b7afa commit 80f2c68
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 80f2c68

Please sign in to comment.