Add `align-self: center` to buttons for improved rendering in flex containers

Fixes #34834
This commit is contained in:
Zaid Jawed 2021-09-08 01:51:57 +05:30 committed by GitHub
parent 0d81d3cbc1
commit 94c80ff613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;