Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
fix(Checkbox): Fix button checkbox centering (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgespyropoulos authored Apr 4, 2019
1 parent 961a19f commit 0d60fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/Checkbox/Checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
width: 100%;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding: 0 @field-gutter-width;
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 0d60fac

Please sign in to comment.