Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(menu): incorrect text alignment in IE/Edge
Fixes the text being centered in menu items on IE and Edge. It was due to the fact that they don't support `text-align: start/end`. Fixes angular#3254.
- Loading branch information