From b79ba56c6cd9a79a886aeec59ccf01f729d4f8bf Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Wed, 25 Feb 2015 21:55:39 -0800
Subject: [PATCH] Issue #2430999 by idebr: Visual regression in dropbutton

---
 core/themes/seven/css/components/dropbutton.component.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/themes/seven/css/components/dropbutton.component.css b/core/themes/seven/css/components/dropbutton.component.css
index 265499da1fd9..73ae6881cb23 100644
--- a/core/themes/seven/css/components/dropbutton.component.css
+++ b/core/themes/seven/css/components/dropbutton.component.css
@@ -65,6 +65,9 @@
     margin-left: 1em;
     margin-top: 0;
   }
+  .js .dropbutton li + li {
+    margin-left: 0;
+  }
 }
 
 /**
-- 
GitLab