algolia / github-awesome-autocomplete

:octocat: Add instant search capabilities to GitHub's search bar

Home Page:https://github.algolia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

long user name causes inconsistent format

wangzewang opened this issue · comments

Thanks for reporting this @wangzewang .
Definitely something that should be adjusted.

.aa-suggestion.aa-user {
  white-space: nowrap;
  overflow: hidden;
}

not ideal, but couldn't get ellipsis to work

some other experimentation with this in more of the classes could help as well:

.aa-suggestion {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}