Skip to content

Commit

Permalink
Dev: Comment out style that messes with file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 17, 2016
1 parent 5cd7b09 commit d4ef54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/default/css/jquery-ui-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
font-size: 100%;
list-style: none;
}
/* This styling messes up file upload if the page is long
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
Expand All @@ -38,6 +39,7 @@
.ui-helper-clearfix:after {
clear: both;
}
*/
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
Expand Down

0 comments on commit d4ef54d

Please sign in to comment.