Address suggestion fixes: Added ellipsis on long addresses. Search on item select.

This commit is contained in:
softsimon
2020-07-25 17:52:41 +07:00
parent 7f7c6ef6f8
commit 0ded140c72
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
:host ::ng-deep .dropdown-item {
white-space: nowrap;
overflow: hidden;
width: 375px;
text-overflow: ellipsis;
}