Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-27 23:07:28 +0400
committerMark Otto <markotto@twitter.com>2012-08-27 23:07:28 +0400
commitcf9334bd7d2017581300959ef3099bdd2db2182f (patch)
treec4263785894040ce32cdd3cc0c7628d141786e4a /docs
parent22c4f3d058412eff54642319ad345b48f64e050e (diff)
fixes #4725: width of .uneditable-input should match standard text input width
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 0d5a5a6eb3..5595e24448 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -960,7 +960,8 @@ input[type="color"],
}
input,
-textarea {
+textarea,
+.uneditable-input {
width: 206px;
}