-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
md-icon as input prefix / prefix on wide inputs #2586
Comments
In regards to flexbox, I agree that it would be better to use. Otherwise I think that #2496 may fix this issue in particular. |
it will probably fix the stretching(but I think it would still be worth converting it to flex instead), but not the vertical alignment |
Fixed by #3342 |
@kara @mmalerba the same issue pops up when using This is solved by applying the same fix from #3342 to |
Upon further investigation, |
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. |
currently this happens when you try to use
md-icon
in a prefixthere two issues
icon is too big, which messes with input's alignment
icon is too wide, which messes with
display: table-cell
and pushes the input unreasonably far rightshould this even supported? I could work on it I guess
also why is table cell used instead of flex? it's hacky and puts way too much space around prefix even if I used
$
(if my md-input is wide)The text was updated successfully, but these errors were encountered: