Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaid Jawed <87218997+zaidjawed@users.noreply.github.com>2021-09-07 23:21:57 +0300
committerGitHub <noreply@github.com>2021-09-07 23:21:57 +0300
commit94c80ff613dce6620591acd7f9930ce8f40c5ed0 (patch)
tree6311f8c82f84117eff88695fd245034e2ccfa2fe
parent0d81d3cbc14dfcdca8a868e3f25189a4f1ab273c (diff)
Add `align-self: center` to buttons for improved rendering in flex containers
Fixes #34834
-rw-r--r--scss/_buttons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index ee4287c920..fc72cde4d3 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -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;