Skip to content

Commit 65976cb

Browse files
Fix auto-complete left-padding
1 parent 114429c commit 65976cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/documentation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{
7272
list-style-type: none;
7373
width: 400px;
74-
padding:0px;
74+
padding: 0px 0px 0px 10px;
7575
margin-bottom: 0px;
7676
}
7777
.autoCompleteResult {

0 commit comments

Comments
 (0)