-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Wrong display of icons in producion #529
Comments
@maciaszczykm can you take a look? Might be a problem with my setup? |
I'm going to revert it for now. |
We need to use https://github.com/google/material-design-icons/tree/master/iconfont content and place it in our assets instead of adding new bower components like I did before. |
You mean cloning into I think your suggestion might well be the easier / better way. |
Issue details
Environment
Steps to reproduce
Checkout HEAD of master branch of dashboard. If needed, run
npm install
to get the recent icons changes. Rungulp serve:prod
to serve in production.Observed result
The icons (e.g. in the deploy form) are not displayed correctly:
Expected result
The material design icons should be displayed correctly. The text on the screen should not overlap.
Comments
I think this was caused by 949f4c9. When I check out a previous commit (e.g. fed0c9f), there is no issue.
The text was updated successfully, but these errors were encountered: