From 58bf33fc6f9724e015503cabdbfd58150845426f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 16 Apr 2013 10:08:15 -0700 Subject: [PATCH] Remove margins on nested matches list --- src/packages/command-panel/stylesheets/command-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages/command-panel/stylesheets/command-panel.less b/src/packages/command-panel/stylesheets/command-panel.less index 978a9f975..ce1dd7366 100644 --- a/src/packages/command-panel/stylesheets/command-panel.less +++ b/src/packages/command-panel/stylesheets/command-panel.less @@ -95,6 +95,7 @@ .matches { list-style-type: none; + margin: 0; } }