diff options
| author | Mark Otto <[email protected]> | 2012-09-23 16:06:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-23 16:06:28 -0700 |
| commit | f4d3d7da2e3ddbd751e053729935df1f3dd4c051 (patch) | |
| tree | adf5381c6286eb4bbd0163257d7acce7e10d25f9 /less/forms.less | |
| parent | a4bf6ef0a0ace19e2e939c0484095e8d45527548 (diff) | |
| download | bootstrap-f4d3d7da2e3ddbd751e053729935df1f3dd4c051.tar.xz bootstrap-f4d3d7da2e3ddbd751e053729935df1f3dd4c051.zip | |
ensure 100% width for .uneditable-inputs in <767px viewports
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index c155fc004..c9fafec27 100644 --- a/less/forms.less +++ b/less/forms.less @@ -86,6 +86,7 @@ input[type="color"], line-height: @baseLineHeight; color: @gray; .border-radius(@inputBorderRadius); + vertical-align: middle; } // Reset appearance properties for textual inputs and textarea |
