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

#1571: remove fixed width on file inputs

parent c1f0da7c
Showing with 2 additions and 0 deletions
+2 -0
No preview for this file type
......@@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
border-radius: 0;
}
input[type="file"] {
width: auto;
padding: initial;
line-height: initial;
border: initial;
......
......@@ -91,6 +91,7 @@ input[type="radio"] {
// Reset the file input to browser defaults
input[type="file"] {
width: auto;
padding: initial;
line-height: initial;
border: initial;
......
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