Commit 4211f21e authored by Mark Otto's avatar Mark Otto

#1571: remove fixed width on file inputs

parent c1f0da7c
...@@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] { ...@@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
border-radius: 0; border-radius: 0;
} }
input[type="file"] { input[type="file"] {
width: auto;
padding: initial; padding: initial;
line-height: initial; line-height: initial;
border: initial; border: initial;
......
...@@ -91,6 +91,7 @@ input[type="radio"] { ...@@ -91,6 +91,7 @@ input[type="radio"] {
// Reset the file input to browser defaults // Reset the file input to browser defaults
input[type="file"] { input[type="file"] {
width: auto;
padding: initial; padding: initial;
line-height: initial; line-height: initial;
border: initial; border: initial;
......
Markdown is supported
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