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 8a1f406 commit f8452e5Copy full SHA for f8452e5
src/material-experimental/popover-edit/popover-edit.spec.ts
@@ -177,7 +177,7 @@ class ElementDataSource extends DataSource<PeriodicElement> {
177
178
@Component({
179
template: `
180
- <div #table style="margin: 16px; max-width: 90vw">
+ <div #table style="margin: 16px; max-width: 90vw; max-height: 90vh;">
181
<mat-table editable [dataSource]="dataSource">
182
<ng-container matColumnDef="before">
183
<mat-cell *matCellDef="let element">
0 commit comments