Merge branch 'master' of github.com:debois/elm-mdl

This commit is contained in:
Søren Debois 2016-03-17 13:31:49 +01:00
commit eb27468d8f
2 changed files with 2 additions and 2 deletions

View file

@ -71,5 +71,5 @@ to Elm.
- [Tables](https://www.getmdl.io/components/index.html#tables-section) - [Tables](https://www.getmdl.io/components/index.html#tables-section)
- [Sliders](https://www.getmdl.io/components/index.html#sliders-section) - [Sliders](https://www.getmdl.io/components/index.html#sliders-section)
- [Menus](https://www.getmdl.io/components/index.html#menus-section) - [Menus](https://www.getmdl.io/components/index.html#menus-section)
- [Snackbars](https://www.getmdl.io/components/index.html#snackbar-section) - [Snackbars](https://www.getmdl.io/components/index.html#snackbar-section) [Work-in-progress]
- [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section) - [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section)

View file

@ -28,7 +28,7 @@ module Material.Grid
> into the following line. > into the following line.
> - If a cell has a specified column size equal to or larger than the number > - If a cell has a specified column size equal to or larger than the number
> of columns for the current screen size, it takes up the entirety of its > of columns for the current screen size, it takes up the entirety of its
> row." > row.
Example use: Example use: