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:
authorMark Otto <markd.otto@gmail.com>2021-10-09 09:34:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-10-09 09:41:51 +0300
commit09f73a6a128823994616cfeeb9d45107f0f676b3 (patch)
treeee78ba73e05a218d566efc0ae5512b48eaf18e1b
parent5ecef8ac010249536f92206af500f8670813c8a8 (diff)
Revert "Add `align-self: center` to buttons for improved rendering in flex containers" (#35143)
This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0.
-rw-r--r--scss/_buttons.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index fc72cde4d3..ee4287c920 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -4,7 +4,6 @@
.btn {
display: inline-block;
- align-self: center;
font-family: $btn-font-family;
font-weight: $btn-font-weight;
line-height: $btn-line-height;