Address suggestion fixes: Added ellipsis on long addresses. Search on item select.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
:host ::ng-deep .dropdown-item {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 375px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
Reference in New Issue
Block a user