Skip to content

Commit f20fd22

Browse files
authored
Minor fix: change margin-left to 0px in .language-dropdown (#57)
1 parent d4a4534 commit f20fd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ code {
2626
border: 0;
2727
box-shadow: 0 0 12px 0 #eee;
2828
padding-left: 15px;
29-
margin-left: 15px;
29+
margin-left: 0;
3030
padding-right: 32px;
3131
-webkit-appearance: none;
3232
-moz-appearance: none;

0 commit comments

Comments
 (0)