Skip to content

Commit

Permalink
Add align-self: center to buttons for improved rendering in flex co…
Browse files Browse the repository at this point in the history
…ntainers

Fixes #34834
  • Loading branch information
zaidjawed committed Sep 7, 2021
1 parent 0d81d3c commit 94c80ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_buttons.scss
Expand Up @@ -4,6 +4,7 @@

.btn {
display: inline-block;
align-self: center;
font-family: $btn-font-family;
font-weight: $btn-font-weight;
line-height: $btn-line-height;
Expand Down

0 comments on commit 94c80ff

Please sign in to comment.