aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-27 12:07:28 -0700
committerMark Otto <[email protected]>2012-08-27 12:07:28 -0700
commitcf9334bd7d2017581300959ef3099bdd2db2182f (patch)
treec4263785894040ce32cdd3cc0c7628d141786e4a /less/forms.less
parent22c4f3d058412eff54642319ad345b48f64e050e (diff)
downloadbootstrap-cf9334bd7d2017581300959ef3099bdd2db2182f.tar.xz
bootstrap-cf9334bd7d2017581300959ef3099bdd2db2182f.zip
fixes #4725: width of .uneditable-input should match standard text input width
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 9947e7180..d2445b987 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -91,7 +91,8 @@ input[type="color"],
// Reset appearance properties for textual inputs and textarea
// Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
input,
-textarea {
+textarea,
+.uneditable-input {
width: 206px; // plus 12px padding and 2px border
}
// Reset height since textareas have rows