add margin-right to checkbox

This commit is contained in:
Ge Yang 2016-03-31 01:33:11 -05:00
parent 033e86abcb
commit dba74d0069

View File

@ -67,6 +67,7 @@
.markdown-body input[type="checkbox"] {
box-sizing: border-box;
margin-right: 4.550000190734863px;
padding: 0;
}