Commit 3d41e182c2051d539006107df9ece42b947100c2

Authored by Dmitriy Zaporozhets
1 parent 8315f363

Minor UI fix

app/assets/stylesheets/gitlab_bootstrap/common.scss
... ... @@ -28,7 +28,7 @@
28 28 .hint { font-style: italic; color: #999; }
29 29 .light { color: #888 }
30 30 .tiny { font-weight: normal }
31   -.vtop { vertical-align: top; }
  31 +.vtop { vertical-align: top !important; }
32 32  
33 33  
34 34 /** ALERT MESSAGES **/
... ...