mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Add align-self: center to buttons for improved rendering in flex containers
Fixes #34834
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
align-self: center;
|
||||||
font-family: $btn-font-family;
|
font-family: $btn-font-family;
|
||||||
font-weight: $btn-font-weight;
|
font-weight: $btn-font-weight;
|
||||||
line-height: $btn-line-height;
|
line-height: $btn-line-height;
|
||||||
|
|||||||
Reference in New Issue
Block a user