From 2468288a3dfbda67a383ba9fbcad4f730e5e1e62 Mon Sep 17 00:00:00 2001 From: Matthew McNaney Date: Thu, 9 Nov 2017 13:45:24 -0500 Subject: [PATCH] Margin added to edit/delete buttons in feature list --- javascript/Feature/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/javascript/Feature/style.css b/javascript/Feature/style.css index 74dee85..0af45b6 100644 --- a/javascript/Feature/style.css +++ b/javascript/Feature/style.css @@ -52,3 +52,6 @@ ul.format-selection li img { padding : 20px; margin-bottom: 10px; } + .features td button.btn-sm { + margin-right: 6px; + }