mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #17035
This commit is contained in:
parent
912637f0d0
commit
1e7c42d2c0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
@include border-radius($border-radius-sm);
|
||||
}
|
||||
&.form-control-lg {
|
||||
padding: $input-padding-x-lg $input-padding-x-lg;
|
||||
padding: $input-padding-y-lg $input-padding-x-lg;
|
||||
font-size: $font-size-lg;
|
||||
@include border-radius($border-radius-lg);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue