From: Mark Otto Date: Sat, 9 Oct 2021 06:34:32 +0000 (-0700) Subject: Revert "Add `align-self: center` to buttons for improved rendering in flex containers... X-Git-Tag: v5.1.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f73a6a128823994616cfeeb9d45107f0f676b3;p=thirdparty%2Fbootstrap.git Revert "Add `align-self: center` to buttons for improved rendering in flex containers" (#35143) This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0. --- 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;