-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Sort arrow pieces appear horizontally rather than vertically. #7304
Comments
I think you overlooked #7291 |
#7291 is different from what I'm seeing. As I said It looks like |
Is this something you are exclusively seeing in IE? Looks like it's not rendering properly in that browser |
I hadn't tried IE until now. I am seeing it in Firefox 45.7ESR and in IE 11. |
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. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Arrow pieces look like an arrow.
What is the current behavior?
arrow pieces appear horizontally next to one another rather than vertically.
What are the steps to reproduce?
I haven't been able to reproduce it with a simple test case (and can't upload my regular site), but with the patch from #6802 in place (beta 11), I'm seeing the sort header "stem" and indicator appearing horizontally next to one another rather than vertically. Looks something like | ^
I was able to fix this by (with the debugger) adding a "flex-direction: column" style to the "mat-sort-header-arrow" class.
Would it be possible to do so in the official release?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
material beta 11
The text was updated successfully, but these errors were encountered: