From bcaac924ec122da1cc76eab28f7bea8448c7d330 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 20 Aug 2018 21:07:21 -0400 Subject: [PATCH] Space out comment edit link --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 7889db9..1c40987 100644 --- a/style.css +++ b/style.css @@ -1025,6 +1025,10 @@ Comments margin-top: 0.5em; } +.comment-edit-link { + margin-left: 0.5em; +} + .comment-form input[type="checkbox"] { width: auto; margin-right: 0.5em;