Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-autocomplete: Width not set #1853

Closed
epelc opened this issue Mar 10, 2015 · 0 comments
Closed

md-autocomplete: Width not set #1853

epelc opened this issue Mar 10, 2015 · 0 comments
Assignees
Milestone

Comments

@epelc
Copy link
Contributor

epelc commented Mar 10, 2015

Currently the width for md-autocomplete isn't set. This is causing it to have width: 0; if you put it in a toolbar which makes it not show up. I think setting width: 190px; like md-input-container works quite well but It should at least be set to something.

Heres a quick fix if you can't wait

md-autocomplete {
    // Use 190px like md-input-container
    width: 190px;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants