Commit ec7a1c504f2549ed9093d489f395050568f3b2a8

Authored by Dmitriy Zaporozhets
1 parent dc9916b4

Fix tabs line height

app/assets/stylesheets/gitlab_bootstrap/common.scss
... ... @@ -40,6 +40,7 @@
40 40 > a {
41 41 padding:8px 20px;
42 42 margin-right: 7px;
  43 + line-height: 19px;
43 44 border-color: #EEE;
44 45 color:#888;
45 46 border-bottom: 1px solid #ddd;
... ...