Skip to content

Commit

Permalink
fix(button): fixed alignment of several buttons in a row (#561)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Yatsenko <reme3d2y@gmail.com>
  • Loading branch information
SiebenSieben and reme3d2y committed Mar 19, 2021
1 parent a1cb1e9 commit 8d9e1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/button/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
.component {
position: relative;
display: inline-flex;
vertical-align: middle;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
Expand Down

0 comments on commit 8d9e1e2

Please sign in to comment.