-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsie11This issue is specific to Internet Explorer 11This issue is specific to Internet Explorer 11
Description
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.
karan-kang, qstiegler, BallsOfGod and wittekind
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsie11This issue is specific to Internet Explorer 11This issue is specific to Internet Explorer 11