-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
title in app-bar disappears #823
Labels
component: app bar
This is the name of the generic UI component, not the React module!
Comments
patrykkopycinski
added a commit
to patrykkopycinski/material-ui
that referenced
this issue
Jun 17, 2015
Fixed with #875 - Thanks @patrykkopycinski |
Thanks @patrykkopycinski and @hai-cea |
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Title disappears in app-bar
When scaling the page or reducing the browser viewport, a long title that hits the right edge of the viewport "disappears".
This appears to be due to the
float: left
style.Perhaps remove the float and add a
white-space: nowrap
?The text was updated successfully, but these errors were encountered: