Merge pull request #5011 from opf/fix/24231-reduce-space-below-WP-subject

[24231] Reduce space below WP subject
pull/5014/head
Oliver Günther 8 years ago committed by GitHub
commit 04bd8693c2
  1. 2
      app/assets/stylesheets/_work_packages_show_view_overwrite.scss

@ -54,7 +54,7 @@ body.controller-work_packages.action-show {
.toolbar-container {
@include clearfix;
margin-bottom: 20px;
margin-bottom: 10px;
padding-right: 20px;
}

Loading…
Cancel
Save