Skip to content

Commit

Permalink
CSS - set default button as inline block to avoid small visual regres…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
mrdoinel committed Dec 17, 2019
1 parent 204efc6 commit 416dcb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/js/components/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@
.button {
@include btn-reset;
display: inline-flex;
flex-flow: row wrap;
justify-content: center;
align-items: baseline;
display: inline-block;
border-radius: 2px;
padding: 0 30px;
height: $height_btn;
Expand Down

0 comments on commit 416dcb4

Please sign in to comment.