-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-select is not consistent to input containers in form #1738
Comments
+1 |
Yea mine is still a pixel or two off as well. I imagine #1586 might makes some changes to the layout anyways so we'll have to see how that plays out. |
I had the same problem as @marshfire (the arrow not aligned on the right), resolved with the css hack :
Not so pretty but it works... |
Reopening because it appears to still be displaced. |
Just did it. The copy/paste from the angular website example http://plnkr.co/edit/OM5miUro4j8W81jEC6uS?p=preview First remove the md-input-container and you will see the select http://plnkr.co/edit/bTZrWGIcFKj5Pp3ewOBw?p=preview If you tried to resize the select the arrow is not on the right http://plnkr.co/edit/eEm7Yv0Dg6B5CQAS8ing?p=preview Finally, resized with the css hack http://plnkr.co/edit/eD0HCZPywSRmbV5YTZJ6?p=preview |
@richardlt - thank you. |
I modified the plunker to be able to check against input |
http://plnkr.co/edit/a3bPX0qs6Y7X5Dmb9Jzl?p=preview ;) |
Hi,
I'm trying to use the md-select in a form in a dialog and I can't get any consistent layout for it. See the result below. I would expect the line of the interval select to be the same position as of the input and it would be more consistent to have the label on top also.
Any hints on how to reach that? Browser is Chrome.
it is generated with the following code (jade):
The text was updated successfully, but these errors were encountered: