This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdSelect: values overlap and have no ellipses #7865
Labels
P4: minor
Minor issues. May not be fixed without community contributions.
Milestone
Comments
I'm using this css fix to patch this issue temporarily:
|
Seems legit, you just have a SASS error in your codepen. |
Fixed the codepen sass error its just a extra ':' on the first div and does not affect the md-select css at all. I just recreated the scenario on my project where the md-select with multiple value causes this layout misrendered. Check the codepen again. http://codepen.io/tenshiAMD/pen/oxGKyP |
It should be a quick fix, I can take a look at it later today. |
Thanks man 👍 |
crisbeto
added a commit
that referenced
this issue
Apr 4, 2016
Prevents the select labels from overflowing their parent. Closes #7865.
ThomasBurleson
pushed a commit
that referenced
this issue
May 17, 2016
Prevents the select labels from overflowing their parent. Closes #7865.
This issue is closed as part of our ‘Surge Focus on Material 2' efforts. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
md-select with multiple values cause overlaps and have no ellipses when selected items are too many for the md-input-container
The issue is the in the selection of items in the md-select does not have an ellipses and causes to overlap the next md-select on the left of the first md-select; md-select keeps growing and growing after adding another item.
The example of the issue can be viewed in this codepen:
The text was updated successfully, but these errors were encountered: