-
Notifications
You must be signed in to change notification settings - Fork 6.8k
md-select doesn't expand + md-option text overflow doesn't work properly #2782
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
Comments
Can't speak about the positioning, but the text ellipsis were fixed recently. |
were they? I think I'm running the latest version from material2-builds(unless yarn is acting up again) edit: yep, ellipsis seems to be fixed when I use npm instead, positioning still wrong |
I did the following to allow the text to autoresize: html
component:
...
|
This should've been resolved a long time ago. |
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. |
using 2.0.0-beta.1-592f33f
since
.md-select-value
is absolutely positioned, it doesn't expand its parent and is flowing out italso because of
display: flex
on md-option, ellipsis(three dots) do not work@kara I guess? could try to fix it, but would like to know reasoning behind that absolute position and flex first..
The text was updated successfully, but these errors were encountered: