From 33b275c04b0957a830a6d3a57682ed216b18b887 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Dec 2020 09:08:31 -0800 Subject: [PATCH] Remove vertical-align from .form-select (#32318) Aligns the component with the .form-control. Closes #32271. Co-authored-by: XhmikosR --- scss/forms/_form-select.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/forms/_form-select.scss b/scss/forms/_form-select.scss index 1866da9647..a89fb94e20 100644 --- a/scss/forms/_form-select.scss +++ b/scss/forms/_form-select.scss @@ -12,7 +12,6 @@ font-weight: $form-select-font-weight; line-height: $form-select-line-height; color: $form-select-color; - vertical-align: middle; background-color: $form-select-bg; background-image: escape-svg($form-select-indicator); background-repeat: no-repeat;