mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Fixes broken layout for .input-group-addons within .input-large. Follows 6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49
This commit is contained in:
parent
5f3f73c620
commit
b0d202455d
@ -227,6 +227,7 @@ input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="color"] {
|
||||
&.input-large {
|
||||
min-height: @input-height-large;
|
||||
padding: @padding-large-vertical @padding-large-horizontal;
|
||||
font-size: @font-size-large;
|
||||
border-radius: @border-radius-large;
|
||||
|
@ -128,7 +128,7 @@
|
||||
@input-color-placeholder: @gray-light;
|
||||
|
||||
@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
|
||||
@input-height-large: (@line-height-computed + (@padding-large-vertical * 2) + 2);
|
||||
@input-height-large: (@line-height-computed + (@padding-large-vertical * 2) + 8);
|
||||
@input-height-small: (@line-height-computed + (@padding-small-vertical * 2) + 2);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user