Skip to content

Commit 88a63e2

Browse files
Fix auto-complete right-padding (for symmetry)
1 parent 65976cb commit 88a63e2

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 0px 0px 10px;
74+
padding: 0px 10px 0px 10px;
7575
margin-bottom: 0px;
7676
}
7777
.autoCompleteResult {

0 commit comments

Comments
 (0)