Commit 3d41e182c2051d539006107df9ece42b947100c2
1 parent
8315f363
Exists in
master
and in
4 other branches
Minor UI fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/common.scss
| @@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
| 28 | .hint { font-style: italic; color: #999; } | 28 | .hint { font-style: italic; color: #999; } |
| 29 | .light { color: #888 } | 29 | .light { color: #888 } |
| 30 | .tiny { font-weight: normal } | 30 | .tiny { font-weight: normal } |
| 31 | -.vtop { vertical-align: top; } | 31 | +.vtop { vertical-align: top !important; } |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | /** ALERT MESSAGES **/ | 34 | /** ALERT MESSAGES **/ |