From d63e35f05e43b23ab079c34490acfdfa56a7129b Mon Sep 17 00:00:00 2001 From: Carlos Purificacao Date: Wed, 22 Jun 2016 17:09:24 -0300 Subject: [PATCH] Adding temporary fix to export button spacing --- src/plugins/comment_paragraph/hotspot/export-comment-button.scss | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) create mode 100644 src/plugins/comment_paragraph/hotspot/export-comment-button.scss diff --git a/src/plugins/comment_paragraph/hotspot/export-comment-button.scss b/src/plugins/comment_paragraph/hotspot/export-comment-button.scss new file mode 100644 index 0000000..bff2f7b --- /dev/null +++ b/src/plugins/comment_paragraph/hotspot/export-comment-button.scss @@ -0,0 +1,4 @@ +.export-comment-button { + margin-left: 1px; +} + -- libgit2 0.21.2