Skip to content

Commit

Permalink
feat(autocomplete): Better width on small inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska committed Feb 14, 2016
1 parent f800587 commit e2a273c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
text-overflow: ellipsis;
vertical-align: top;

width: 175px; /* Hardcoded */
min-width: 100px; /* Hardcoded */
max-width: 175px; /* Hardcoded */
min-width: 175px; /* Hardcoded */
width: 30%;
}

.aa-article-hit__section-first .aa-article-hit--section {
Expand Down

0 comments on commit e2a273c

Please sign in to comment.