Improved auto complete styling
This commit is contained in:
parent
687390e3b9
commit
e2982b6c3d
|
@ -10,6 +10,7 @@
|
|||
.align-arrow-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
align-self: center;
|
||||
|
|
|
@ -328,4 +328,4 @@ export class MultipleAutoCompleteComponent extends _CustomComponentMixinBase imp
|
|||
this.autocompleteInput.nativeElement.focus();
|
||||
this.pushChanges(this.value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue