diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-29 21:11:01 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-29 21:11:01 +0300 |
commit | 3d41e182c2051d539006107df9ece42b947100c2 (patch) | |
tree | 326e7adef6a7a0651557bd4f4ee0b7facbc469c5 | |
parent | 8315f363e40a2f26e9d0b9fbdabe7d5c0603bf65 (diff) | |
download | gitlab-ce-3d41e182c2051d539006107df9ece42b947100c2.tar.gz |
Minor UI fix
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 **/ |