From dba74d0069b6aa92b285788290f856cf83461e49 Mon Sep 17 00:00:00 2001 From: Ge Yang Date: Thu, 31 Mar 2016 01:33:11 -0500 Subject: [PATCH] add margin-right to checkbox --- github-markdown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/github-markdown.css b/github-markdown.css index b74016b..2af5b0d 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -67,6 +67,7 @@ .markdown-body input[type="checkbox"] { box-sizing: border-box; + margin-right: 4.550000190734863px; padding: 0; }