mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
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 {
|
.form-control-plaintext {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: $input-padding-y;
|
padding: $input-padding-y 0;
|
||||||
padding-bottom: $input-padding-y;
|
|
||||||
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
|
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
|
||||||
@include font-size($input-font-size);
|
@include font-size($input-font-size);
|
||||||
line-height: $input-line-height;
|
line-height: $input-line-height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user