Fix margin and amount of returned results

This commit is contained in:
Yana De Pauw
2019-08-13 17:44:26 +02:00
parent 1bf9693952
commit 228a61e7ed
2 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
(keydown.arrowup)="shiftFocusUp($event)" (keydown.esc)="close()"
(dsClickOutside)="close();">
<input #inputField type="text" [(ngModel)]="value" [name]="name"
class="form-control suggestion_input"
class="form-control suggestion_input mb-2"
[ngClass]="{'is-invalid': !valid}"
[dsDebounce]="debounceTime" (onDebounce)="find($event)"
[placeholder]="placeholder"