Commit 54e3a26d authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 96542f14
Showing with 2 additions and 2 deletions
+2 -2
......@@ -961,7 +961,7 @@ input[type="color"],
input,
textarea {
width: 210px;
width: 206px;
}
textarea {
......
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment