Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(gridlist): typo in gridlist demo
Browse files Browse the repository at this point in the history
it prevented md-cols-sm=1 to be rendered correctly..

Closes #1980
  • Loading branch information
maxwellium authored and Marcy Sutton committed Mar 20, 2015
1 parent f487248 commit 8849fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gridList/demoBasicUsage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<md-grid-list
md-cols-sm="1" md-cols-md="2" md-cols-gt-md="6"
md-row-height-gt-md="1:1" md-row-height="2:2"
md-gutter="12x" md-gutter-gt-sm="8px" >
md-gutter="12px" md-gutter-gt-sm="8px" >

<md-grid-tile class="gray"
md-rowspan="3" md-colspan="2">
Expand Down

0 comments on commit 8849fe1

Please sign in to comment.