Skip to content

Commit

Permalink
Fixed issue #06298: File upload button too narrow in Safari + Chrome
Browse files Browse the repository at this point in the history
Dev Corrected width of file upload button
  • Loading branch information
tpartner committed Jul 3, 2012
1 parent ff1bbf0 commit b5414a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uploader.css
Expand Up @@ -40,7 +40,7 @@ img {
margin: 0.5em 0.4em 0.5em 0;
overflow: visible;
padding: 0.6em 0.6em 0.6em 0.6em;
width: 100px;
min-width: 100px;
text-align: center;
}

Expand Down

0 comments on commit b5414a8

Please sign in to comment.