mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Add align-self: center to buttons for improved rendering in flex containers
Fixes #34834
This commit is contained in:
parent
0d81d3cbc1
commit
94c80ff613
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue