From 0a46020914886e16de177bc06fde325dec94b185 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Fri, 1 Feb 2013 14:18:52 -0800 Subject: [PATCH] line up results with input box --- themes/atom-dark-ui/command-panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/atom-dark-ui/command-panel.css b/themes/atom-dark-ui/command-panel.css index 7d9d43376..6d0f9775b 100644 --- a/themes/atom-dark-ui/command-panel.css +++ b/themes/atom-dark-ui/command-panel.css @@ -8,7 +8,7 @@ .command-panel .preview-list { max-height: 300px; overflow: auto; - margin: 0 0 5px 10px; + margin: 0 1px 5px 10px; position: relative; background-color: #1e1e1e; color: #C5C8C6;