Reduce line-height of tabs on details pane.

pull/2600/head
mhirtie 10 years ago
parent 86452d8821
commit 324708bd60
  1. 2
      app/assets/stylesheets/content/_work_packages.sass

@ -192,7 +192,7 @@ $work-package-details--tab-height: 40px
list-style: none
margin: 0 0 0 10px
padding: 4px 0 0 0
line-height: $work-package-details--tab-height - 6px
line-height: $work-package-details--tab-height - 9px
height: $work-package-details--tab-height
overflow: hidden
position: relative

Loading…
Cancel
Save