From 3d41e182c2051d539006107df9ece42b947100c2 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Thu, 29 Aug 2013 21:11:01 +0300
Subject: [PATCH] Minor UI fix

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

diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss
index 372cbe50fd0..9637be679af 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/common.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss
@@ -28,7 +28,7 @@
 .hint { font-style: italic; color: #999; }
 .light { color: #888 }
 .tiny { font-weight: normal }
-.vtop { vertical-align: top; }
+.vtop { vertical-align: top !important; }
 
 
 /** ALERT MESSAGES **/
-- 
GitLab