fixed CSS padding on search autocompleteList (#4059)

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-07-31 18:53:44 -07:00 committed by GitHub
parent 2e74e5192a
commit 2ee1a61d8c
1 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,8 @@ div#autocompleteResults span {
{
list-style-type: none;
width: 400px;
padding:0px;
/* commented out 0px padding to allow inherit padding, search results on autocompleteList were getting smashed up against left margin due to this */
/* padding:0px; */
margin-bottom: 0px;
}
.autoCompleteResult {