Skip to content

Commit

Permalink
fix(grid-list): figure not expanding to full width (#6578)
Browse files Browse the repository at this point in the history
Fixes #6586.
  • Loading branch information
crisbeto authored and kara committed Aug 23, 2017
1 parent ff54969 commit ea143a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/grid-list/grid-list.scss
Expand Up @@ -15,13 +15,13 @@ $mat-grid-list-text-padding: 16px;
}

.mat-grid-tile {
@include mat-fill;
display: block;
position: absolute;
overflow: hidden;

.mat-figure {
@include mat-fill;
display: flex;
position: absolute;

align-items: center;
justify-content: center;
Expand Down

0 comments on commit ea143a0

Please sign in to comment.