1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 23:30:04 +02:00

fixes #4562: correct select and input widths at 220px (changed with 2.1.0 when we changed padding)

This commit is contained in:
Mark Otto
2012-08-27 10:08:16 -07:00
parent 96542f14ab
commit 54e3a26dda
2 changed files with 2 additions and 2 deletions

View File

@@ -961,7 +961,7 @@ input[type="color"],
input,
textarea {
width: 210px;
width: 206px;
}
textarea {