From ef82e90c4b4caa91b61394c20e8cce68967d8896 Mon Sep 17 00:00:00 2001
From: Phil Hughes <me@iamphill.com>
Date: Tue, 23 Feb 2016 08:44:18 +0000
Subject: [PATCH] Fixed mis-aligned buttons on dashboard/issues

---
 app/assets/stylesheets/framework/common.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 0ddbf612543..ea56d9e12a0 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -377,6 +377,7 @@ table {
 }
 
 .project-item-select-holder {
+  display: inline-block;
   position: relative;
 
   .project-item-select {
-- 
GitLab