Skip to content

Commit

Permalink
fix #420
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Apr 27, 2016
1 parent 0229947 commit 4ec7521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
});
return (
<span className={ orderClass }>
<span className='caret' style={ { margin: '0px 5px' } }></span>
<span className='caret' style={ { margin: '10px 5px' } }></span>
</span>
);
},
Expand Down

0 comments on commit 4ec7521

Please sign in to comment.