Skip to content

[Table] IE rows are not centered vertically #6813

Closed
@davidmorissette

Description

@davidmorissette

Bug, feature request, or proposal:

Bug

What is the expected behavior?

Rows should be centered vertically in IE

What is the current behavior?

What are the steps to reproduce?

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Material 2.0.0-beta.10

Is there anything else we should know?

This can fix the problem:

.mat-header-row, .mat-row {
height: 48px;
}

I believe IE does not honor min-height when using flex display.

Metadata

Metadata

Assignees

Labels

P4A relatively minor issue that is not relevant to core functionsie11This issue is specific to Internet Explorer 11

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions