Fixes bug on Autocomplete drop down menu (Issue #201)

This commit is contained in:
apapachristou 2019-11-04 13:06:30 +02:00
parent 916728bb1f
commit f1a79459a0
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
} }
.two-line-mat-option { .two-line-mat-option {
height: 3.5em; // height: 3.5em;
line-height: 1.2em; line-height: 1.2em;
} }

View File

@ -17,7 +17,7 @@
} }
.two-line-mat-option { .two-line-mat-option {
height: 3.5em; // height: 3.5em;
line-height: 1.2em; line-height: 1.2em;
} }

View File

@ -34,7 +34,7 @@
} }
.two-line-mat-option { .two-line-mat-option {
height: 3.5em; // height: 3.5em;
line-height: 1.2em; line-height: 1.2em;
} }
.buttonNav:hover { .buttonNav:hover {