]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4562: correct select and input widths at 220px (changed with 2.1.0 when we...
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 17:08:16 +0000 (10:08 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 17:08:16 +0000 (10:08 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 039b21efb94acfc6531fec11217bf77d6d126052..2b10e934467e00c783a3ca679031b18789e5936d 100644 (file)
@@ -961,7 +961,7 @@ input[type="color"],
 
 input,
 textarea {
-  width: 210px;
+  width: 206px;
 }
 
 textarea {
index ea17655c3ce6942a96a238814e631be3a85f2eac..9947e7180a51287caa9b9e15a5e89af9d8da5354 100644 (file)
@@ -92,7 +92,7 @@ input[type="color"],
 // Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
 input,
 textarea {
-  width: 210px;
+  width: 206px; // plus 12px padding and 2px border
 }
 // Reset height since textareas have rows
 textarea {