From 2d0f2feb10714ff83cb2c0d94a63ac1dcb413090 Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Thu, 25 Apr 2019 22:45:59 +0900 Subject: [PATCH] Sync plain text font-size with `$input-font-size` (#28464) --- scss/_forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_forms.scss b/scss/_forms.scss index 677162b8c6..43d4110cd2 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -113,6 +113,7 @@ select.form-control { padding-top: $input-padding-y; padding-bottom: $input-padding-y; margin-bottom: 0; // match inputs if this class comes on inputs with default margins + @include font-size($input-font-size); line-height: $input-line-height; color: $input-plaintext-color; background-color: transparent;