mirror of https://github.com/twbs/bootstrap.git
Reset input padding for cross browser consistency (#28208)
This commit is contained in:
parent
a5d7dff164
commit
06635be7bd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue