Skip to content

Commit

Permalink
Fix auto-complete left-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
johndmulhausen committed Feb 9, 2017
1 parent 114429c commit 65976cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{
list-style-type: none;
width: 400px;
padding:0px;
padding: 0px 0px 0px 10px;
margin-bottom: 0px;
}
.autoCompleteResult {
Expand Down

0 comments on commit 65976cb

Please sign in to comment.