Fixes bug on Autocomplete drop down menu (Issue #201)
This commit is contained in:
parent
916728bb1f
commit
f1a79459a0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue