-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
IconMenu broken by Bootstrap Grid system #2522
Labels
bug 🐛
Something doesn't work
Comments
Could this be linked to #2481? |
thomasantony
pushed a commit
to thomasantony/material-ui
that referenced
this issue
Dec 15, 2015
I followed recommendation by someone on here (which was later deleted for some reason). Added
to the svg-icon style. That seems to fix it. Please merge my pull-request #2525 |
I deleted because #2481 said exactly what i told u |
@frnk94 Okay. My bad! I must have skimmed it and not paid enough attention. Thanks for the help anyway! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been using react-bootstrap combined with a trimmed down version of Bootstrap CSS (containing only the Grid System) to implement a responsive grid in my material-ui based design. It seems that the icons in Icon Menus get truncated as soon as I include the CSS file.
Example code (uses full bootstrap CSS from the CDN for simplicity):
icon-menu-test.zip
I am not entirely sure what in bootstrap is causing this.
The text was updated successfully, but these errors were encountered: