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

Commit

Permalink
fix(autocomplete): adds a minimum width
Browse files Browse the repository at this point in the history
Closes #1853
  • Loading branch information
Robert Messerle authored and Marcy Sutton committed Mar 23, 2015
1 parent 8841819 commit 4fa14e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/autocomplete/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ md-autocomplete {
height: 40px;
position: relative;
overflow: visible;
min-width: 190px;

md-autocomplete-wrap {
display: block;
Expand Down

0 comments on commit 4fa14e1

Please sign in to comment.