Fix auto-complete left-padding

This commit is contained in:
John Mulhausen 2017-02-09 15:21:55 -08:00
parent 114429c6f8
commit 65976cbb1e
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
{
list-style-type: none;
width: 400px;
padding:0px;
padding: 0px 0px 0px 10px;
margin-bottom: 0px;
}
.autoCompleteResult {