From cf9334bd7d2017581300959ef3099bdd2db2182f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Aug 2012 12:07:28 -0700 Subject: fixes #4725: width of .uneditable-input should match standard text input width --- docs/assets/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0d5a5a6eb..5595e2444 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; } -- cgit v1.2.3