From: Mark Otto Date: Mon, 7 Dec 2020 17:08:31 +0000 (-0800) Subject: Remove vertical-align from .form-select (#32318) X-Git-Tag: v5.0.0-beta2~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b275c04b0957a830a6d3a57682ed216b18b887;p=thirdparty%2Fbootstrap.git Remove vertical-align from .form-select (#32318) Aligns the component with the .form-control. Closes #32271. Co-authored-by: XhmikosR --- 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;