Reset input padding for cross browser consistency (#28208)

This commit is contained in:
Shohei Yoshida 2019-05-10 02:40:40 +09:00 committed by XhmikosR
parent fc745a3ec8
commit 4251c23f71
1 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,7 @@ select.form-control {
.form-control-plaintext {
display: block;
width: 100%;
padding-top: $input-padding-y;
padding-bottom: $input-padding-y;
padding: $input-padding-y 0;
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;