Improved auto complete styling

This commit is contained in:
George Kalampokis 2020-02-28 16:59:04 +02:00
parent 687390e3b9
commit e2982b6c3d
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
.align-arrow-right {
position: absolute;
right: 0;
bottom: 0;
vertical-align: middle;
cursor: pointer;
align-self: center;

View File

@ -328,4 +328,4 @@ export class MultipleAutoCompleteComponent extends _CustomComponentMixinBase imp
this.autocompleteInput.nativeElement.focus();
this.pushChanges(this.value);
}
}
}