mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-04 12:47:35 +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:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -961,7 +961,7 @@ input[type="color"],
|
|||||||
|
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
width: 210px;
|
width: 206px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
@@ -92,7 +92,7 @@ input[type="color"],
|
|||||||
// Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
|
// Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
width: 210px;
|
width: 206px; // plus 12px padding and 2px border
|
||||||
}
|
}
|
||||||
// Reset height since textareas have rows
|
// Reset height since textareas have rows
|
||||||
textarea {
|
textarea {
|
||||||
|
Reference in New Issue
Block a user