Skip to content

Commit

Permalink
fix: Center align toolbar icons in firefox (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernahh authored and michaeltaranto committed Dec 22, 2019
1 parent f628d75 commit 3e0f166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Playroom/ToolbarItem/ToolbarItem.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
appearance: none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
color: currentColor;
cursor: pointer;
Expand Down

0 comments on commit 3e0f166

Please sign in to comment.