Commit 73cf9c4d authored by Mark Otto's avatar Mark Otto
Browse files

fixes #4469 manually: reset width on file inputs

parent e5103061
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -1015,6 +1015,7 @@ input[type="checkbox"] {
cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
......
......@@ -140,6 +140,7 @@ input[type="checkbox"] {
}
// Reset width of input images, buttons, radios, checkboxes
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
......
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