Closed wangzewang closed 3 years ago
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;
}