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