Skip to content

Commit

Permalink
fix(layout-grid): Enable setting max width of the layout grid (#1086)
Browse files Browse the repository at this point in the history
Fixes #1085
  • Loading branch information
tinrab authored and acdvorak committed Aug 7, 2017
1 parent a88add6 commit 98ba98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-layout-grid/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ $mdc-layout-grid-column-width: (

$mdc-layout-grid-default-column-span: 4 !default;

$mdc-layout-grid-max-width: null;
$mdc-layout-grid-max-width: null !default;

0 comments on commit 98ba98c

Please sign in to comment.