-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(table): row content not centered in IE #6820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM Was this a bug that was around before beta 10? I don't remember seeing it in IE before the release. |
I'm not sure, I don't think I've seen it in earlier betas. |
@crisbeto some screenshot tests seem to show that this is increasing the row height, is that expected? |
caretaker note: some screenshot tests in g3 show larger row height as a result of the PR, needs investigation |
Is there a way to do this so that it won't require people who are overriding the If not i think we have to consider this a breaking change, a lot of people seem to be overriding this min-height value. (removing |
f1cd91c
to
587bc00
Compare
Switched the |
Isn't this hacky? There is a better workaround. Just add .mat-table {
display: flex;
flex-direction: column;
} |
Looks like we're good on internal tests now so this can start getting in. Quick note though, can you add a link to the IE issue in the code? https://connect.microsoft.com/IE/feedback/details/802625 @oktav777 That works but we try to avoid setting |
Fixes the table row content not being centered vertically in IE due to a flex bug. Fixes angular#6813.
587bc00
to
2e83066
Compare
Added that comment @andrewseguin. |
Fixes the table row content not being centered vertically in IE due to a flex bug. Fixes angular#6813.
Fixes the table row content not being centered vertically in IE due to a flex bug. Fixes #6813.
I am having the same issue again in IE. The problem seems to be lying here (table.scss):
If |
I solved this problem with this style for IE. Work texts with badges.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes the table row content not being centered vertically in IE due to a flex bug.
Fixes #6813.