From 3fbd5268ea3e4e80fb9727daf467ecb71c7a10f3 Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Mon, 23 Oct 2017 13:39:33 -0500
Subject: [PATCH] issue: Canned Response Margin

This addresses an annoyance (for me) where the Response box is touching
the Canned Response dropdown. This adds a little space between them so
they get along better.
---
 scp/css/scp.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scp/css/scp.css b/scp/css/scp.css
index 86632ba27..a2ad6095b 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -2912,6 +2912,10 @@ select {
    -moz-border-radius: 4px;
 }
 
+#cannedResp {
+    margin-bottom: 10px;
+}
+
 a.attachment {
     padding-left: 1.2em;
     display: block;
-- 
GitLab