From 09f73a6a128823994616cfeeb9d45107f0f676b3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 8 Oct 2021 23:34:32 -0700 Subject: [PATCH] Revert "Add `align-self: center` to buttons for improved rendering in flex containers" (#35143) This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0. --- scss/_buttons.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index fc72cde4d35a..ee4287c9201d 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;