diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index f55b409..c4099c8 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -912,4 +912,9 @@ a.black } .inputfile + label { cursor: pointer; /* "hand" cursor */ -} \ No newline at end of file +} + +/* Foundation sets file buttons to 100% width. Fix that */ +[type='file'] { + width: inherit !important; +}