Skip to content

Instantly share code, notes, and snippets.

@fredryk
Created December 23, 2014 21:11
Show Gist options
  • Select an option

  • Save fredryk/e1cc1ce095ba8f6d8d3e to your computer and use it in GitHub Desktop.

Select an option

Save fredryk/e1cc1ce095ba8f6d8d3e to your computer and use it in GitHub Desktop.
Fix product grid clearing in IE8
.grid-item {
display: inline-block;
float: none;
margin-bottom: $gutter;
margin-left: -3px;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment