-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Fix multi select box overflow #20779
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
Conversation
…alize.scss so that multi select boxes don't over flow their containers. fixed abbr[title] to remove extra text-decoration
…alize.scss so that multi select boxes don't over flow their containers. fixed abbr[title] to remove extra text-decoration
…alize.scss so that multi select boxes don't over flow their containers. fixed abbr[title] to remove extra text-decoration
…alize.scss so that multi select boxes don't over flow their containers. fixed abbr[title] to remove extra text-decoration
…alize.scss so that multi select boxes don't over flow their containers. fixed abbr[title] to remove extra text-decoration
Is there a corresponding change in Normalize.css for this? We pull in this entire CSS file from them, so changing it is kind of a no-no as it's a dependency :). |
I just checked their source, there is no "select" in the offending section. from their source: from _normalize.scss:
|
This is already fixed in #20428 over two months ago. Just waiting for merge on that PR. |
Any time frame for that merge? On Fri, Sep 30, 2016, 7:15 PM Bardi Harborow [email protected]
|
Fixed in #20428. |
This fixes multiple select box overflow issue.
Also found an extra text-decoration: underline in abbr[title]