Shorten address search with middle ellipsis

This commit is contained in:
softsimon
2022-02-27 18:53:16 +03:00
parent 5f19b6dd07
commit e5b2440b45
4 changed files with 15 additions and 6 deletions

View File

@@ -1,8 +1,11 @@
:host ::ng-deep .dropdown-item {
white-space: nowrap;
overflow: hidden;
width: 375px;
text-overflow: ellipsis;
:host ::ng-deep {
.dropdown-item {
white-space: nowrap;
width: 410px;
}
.dropdown-menu {
width: 410px;
}
}
form {