Skip to content

Commit

Permalink
[Badge] Fix vertical alignment inside IconButton (mui#8677)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiBelokopytov authored and the-noob committed Oct 17, 2017
1 parent 5a0f41e commit 832e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Badge/Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const RADIUS = 12;
export const styles = (theme: Object) => ({
root: {
position: 'relative',
display: 'inline-block',
display: 'inline-flex',
},
badge: {
display: 'flex',
Expand Down

0 comments on commit 832e025

Please sign in to comment.