We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476a90b commit 4b11445Copy full SHA for 4b11445
src/dev-app/screen-type/screen-type-demo.scss
@@ -7,7 +7,7 @@
7
.mat-grid-tile {
8
outline: 1px solid lightgray;
9
10
- .mat-figure {
+ .mat-grid-tile-content {
11
flex-direction: column;
12
}
13
src/material/grid-list/grid-tile.html
@@ -1,4 +1,3 @@
1
-<!-- The `mat-figure` class is only used for backwards compatibility. -->
2
-<div class="mat-grid-tile-content mat-figure">
+<div class="mat-grid-tile-content">
3
<ng-content></ng-content>
4
</div>
0 commit comments