Skip to content

Commit dbd64b6

Browse files
crisbetojosephperrott
authored andcommitted
chore: fix lint errors (#8288)
1 parent 8b3c8a5 commit dbd64b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/select/select.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,6 @@ describe('MatSelect', () => {
18701870

18711871
// There appears to be a small rounding error on IE, so we verify that the value is close,
18721872
// not exact.
1873-
let platform = new Platform();
18741873
if (platform.TRIDENT) {
18751874
let difference =
18761875
Math.abs(optionTop + (menuItemHeight - triggerHeight) / 2 - triggerTop);

src/material-examples/table-selection/table-selection-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
}
1212

1313
.mat-column-select {
14-
overflow: initial;
14+
overflow: visible;
1515
}

0 commit comments

Comments
 (0)