From 86cf1ae46abd1100e4d839289b11f1bd7d1dd391 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 8 Oct 2021 08:31:10 -0700 Subject: [PATCH] Revert "Add `align-self: center` to buttons for improved rendering in flex containers" 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;