Skip to content

Commit

Permalink
fix(table): alignt text to center for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Aug 24, 2021
1 parent 46c63e2 commit b561840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/styles/elements/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
text-decoration: none !important;
padding: 12px 24px;
min-height: 48px;
justify-content: center;
justify-content: center !important;

&::-moz-focus-inner {
border: 0;
Expand Down

0 comments on commit b561840

Please sign in to comment.